#AC64A8

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

Shades of Violet Blue #AC64A8

Tints of Violet Blue #AC64A8

Color information

#AC64A8 (or 0xAC64A8) is unknown color: approx Violet Blue. HEX triplet: AC, 64 and A8. RGB value is (172,100,168). Sum of RGB (Red+Green+Blue) = 172+100+168=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC64A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC64A8 is #539B57. Grayscale: #818181. Windows color (decimal): -5479256 or 11035820. OLE color: 11035820.

HSL color Cylindrical-coordinate representation of color #AC64A8: hue angle of 303.33º 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 #AC64A8 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172100168-
CMYK00.420.020.33
HSL303.33º30.25%53.33%-
HSV(B)303.33º41.86%67.45%-
XYZ28.6420.7139.53-
YUV129.28149.85158.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=39.09%
G=22.73%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210016800.420.020.33303.3330.2553.33
HexAC64A802A22112f1e35
Octal2541442500522414573665
Binary1010110011001001010100001010101010000110010111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC64A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC64A8; }

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

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

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

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

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

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

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

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