#AC66A8

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

Shades of Violet Blue #AC66A8

Tints of Violet Blue #AC66A8

Color information

#AC66A8 (or 0xAC66A8) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and A8. RGB value is (172,102,168). Sum of RGB (Red+Green+Blue) = 172+102+168=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC66A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC66A8 is #539957. Grayscale: #828282. Windows color (decimal): -5478744 or 11036332. OLE color: 11036332.

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

Color convert

RGB172102168-
CMYK00.410.020.33
HSL303.43º29.66%53.73%-
HSV(B)303.43º40.7%67.45%-
XYZ28.8321.139.6-
YUV130.45149.19157.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 168 (66.02% from 255) = 38.01%
R=38.91%
G=23.08%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210216800.410.020.33303.4329.6653.73
HexAC66A802922112f1e36
Octal2541462500512414573666
Binary1010110011001101010100001010011010000110010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66A8; }

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

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

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

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

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

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

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

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