#AC66B0

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

Shades of Violet Blue #AC66B0

Tints of Violet Blue #AC66B0

Color information

#AC66B0 (or 0xAC66B0) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and B0. RGB value is (172,102,176). Sum of RGB (Red+Green+Blue) = 172+102+176=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC66B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC66B0 is #53994F. Grayscale: #838383. Windows color (decimal): -5478736 or 11560620. OLE color: 11560620.

HSL color Cylindrical-coordinate representation of color #AC66B0: hue angle of 296.76º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC66B0 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172102176-
CMYK0.020.4200.31
HSL296.76º31.9%54.51%-
HSV(B)296.76º42.05%69.02%-
XYZ29.621.4143.65-
YUV131.37153.19156.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=38.22%
G=22.67%
B=39.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721021760.020.4200.31296.7631.954.51
HexAC66B022A01F1292037
Octal2541462602520374514067
Binary1010110011001101011000010101010011111100101001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66B0; }

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

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

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

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

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

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

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

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