#AC64DB

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

Shades of Amethyst #AC64DB

Tints of Amethyst #AC64DB

Color information

#AC64DB (or 0xAC64DB) is unknown color: approx Amethyst. HEX triplet: AC, 64 and DB. RGB value is (172,100,219). Sum of RGB (Red+Green+Blue) = 172+100+219=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64DB is #539B24. Grayscale: #868686. Windows color (decimal): -5479205 or 14378156. OLE color: 14378156.

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

Color convert

RGB172100219-
CMYK0.210.5400.14
HSL276.3º62.3%62.55%-
HSV(B)276.3º54.34%85.88%-
XYZ34.362369.65-
YUV135.09175.35154.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=35.03%
G=20.37%
B=44.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721002190.210.5400.14276.362.362.55
HexAC64DB15360E1143e3f
Octal25414433325660164247677
Binary101011001100100110110111010111011001110100010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC64DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC64DB; }

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

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

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

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

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

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

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

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