#AC64A6

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

Shades of Violet Blue #AC64A6

Tints of Violet Blue #AC64A6

Color information

#AC64A6 (or 0xAC64A6) is unknown color: approx Violet Blue. HEX triplet: AC, 64 and A6. RGB value is (172,100,166). Sum of RGB (Red+Green+Blue) = 172+100+166=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC64A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC64A6 is #539B59. Grayscale: #808080. Windows color (decimal): -5479258 or 10904748. OLE color: 10904748.

HSL color Cylindrical-coordinate representation of color #AC64A6: hue angle of 305º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC64A6 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172100166-
CMYK00.420.030.33
HSL305º30.25%53.33%-
HSV(B)305º41.86%67.45%-
XYZ28.4520.6438.56-
YUV129.05148.85158.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 166 (65.23% from 255) = 37.90%
R=39.27%
G=22.83%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210016600.420.030.3330530.2553.33
HexAC64A602A3211311e35
Octal2541442460523414613665
Binary1010110011001001010011001010101110000110011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC64A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC64A6; }

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

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

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

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

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

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

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

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