#AC75DB

Color #AC75DB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AC75DB

Tints of Amethyst #AC75DB

Color information

#AC75DB (or 0xAC75DB) is unknown color: approx Amethyst. HEX triplet: AC, 75 and DB. RGB value is (172,117,219). Sum of RGB (Red+Green+Blue) = 172+117+219=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75DB is #538A24. Grayscale: #909090. Windows color (decimal): -5474853 or 14382508. OLE color: 14382508.

HSL color Cylindrical-coordinate representation of color #AC75DB: hue angle of 272.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC75DB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172117219-
CMYK0.210.4700.14
HSL272.35º58.62%65.88%-
HSV(B)272.35º46.58%85.88%-
XYZ36.1626.6170.25-
YUV145.07169.72147.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=33.86%
G=23.03%
B=43.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721172190.210.4700.14272.3558.6265.88
HexAC75DB152F0E1103b42
Octal254165333255701642073102
Binary1010110011101011101101110101101111011101000100001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75DB; }

 p { color: rgb(172,117,219); }

 H1.HeaderClassName
 {
   color: #AC75DB;
 }
 .AnyTagClassName
 {
   color: #AC75DB;
 }
</style>
background-color css

<style>
 a { background-color: #AC75DB; }

 a { background-color: rgb(172,117,219); }

 div.DivClassName
 {
   background-color: #AC75DB;
 }
 .BgClassName
 {
   background-color: #AC75DB;
 }
</style>
border-color css

<style>
 span { border-color: #AC75DB; }

 span { border-color: rgb(172,117,219); }

 td.TdClassName
 {
   border-color: #AC75DB;
 }
 .TagClassName
 {
   border-color: #AC75DB;
 }
</style>