#AC66A3

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

Shades of Violet Blue #AC66A3

Tints of Violet Blue #AC66A3

Color information

#AC66A3 (or 0xAC66A3) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and A3. RGB value is (172,102,163). Sum of RGB (Red+Green+Blue) = 172+102+163=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC66A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC66A3 is #53995C. Grayscale: #818181. Windows color (decimal): -5478749 or 10708652. OLE color: 10708652.

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

Color convert

RGB172102163-
CMYK00.410.050.33
HSL307.71º29.66%53.73%-
HSV(B)307.71º40.7%67.45%-
XYZ28.3820.9237.19-
YUV129.88146.69158.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 163 (64.06% from 255) = 37.30%
R=39.36%
G=23.34%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210216300.410.050.33307.7129.6653.73
HexAC66A30295211341e36
Octal2541462430515414643666
Binary10101100110011010100011010100110110000110011010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66A3; }

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

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

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

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

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

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

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

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