#AC64AE

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

Shades of Violet Blue #AC64AE

Tints of Violet Blue #AC64AE

Color information

#AC64AE (or 0xAC64AE) is unknown color: approx Violet Blue. HEX triplet: AC, 64 and AE. RGB value is (172,100,174). Sum of RGB (Red+Green+Blue) = 172+100+174=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC64AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC64AE is #539B51. Grayscale: #818181. Windows color (decimal): -5479250 or 11429036. OLE color: 11429036.

HSL color Cylindrical-coordinate representation of color #AC64AE: hue angle of 298.38º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC64AE is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172100174-
CMYK0.010.4300.32
HSL298.38º31.36%53.73%-
HSV(B)298.38º42.53%68.24%-
XYZ29.2120.9442.55-
YUV129.96152.85157.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=38.57%
G=22.42%
B=39.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721001740.010.4300.32298.3831.3653.73
HexAC64AE12B02012a1f36
Octal2541442561530404523766
Binary101011001100100101011101101011010000010010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC64AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC64AE; }

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

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

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

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

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

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

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

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