#AC66B6

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

Shades of Violet Blue #AC66B6

Tints of Violet Blue #AC66B6

Color information

#AC66B6 (or 0xAC66B6) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and B6. RGB value is (172,102,182). Sum of RGB (Red+Green+Blue) = 172+102+182=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC66B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66B6 is #539949. Grayscale: #838383. Windows color (decimal): -5478730 or 11953836. OLE color: 11953836.

HSL color Cylindrical-coordinate representation of color #AC66B6: hue angle of 292.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC66B6 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172102182-
CMYK0.050.4400.29
HSL292.5º35.4%55.69%-
HSV(B)292.5º43.96%71.37%-
XYZ30.2121.6546.84-
YUV132.05156.19156.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 102 (40.23% from 255) = 22.37%
BLUE value IS 182 (71.48% from 255) = 39.91%
R=37.72%
G=22.37%
B=39.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721021820.050.4400.29292.535.455.69
HexAC66B652C01D1242338
Octal2541462665540354444370
Binary10101100110011010110110101101100011101100100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66B6; }

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

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

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

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

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

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

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

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