#AC66AF

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

Shades of Violet Blue #AC66AF

Tints of Violet Blue #AC66AF

Color information

#AC66AF (or 0xAC66AF) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and AF. RGB value is (172,102,175). Sum of RGB (Red+Green+Blue) = 172+102+175=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC66AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC66AF is #539950. Grayscale: #838383. Windows color (decimal): -5478737 or 11495084. OLE color: 11495084.

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

Color convert

RGB172102175-
CMYK0.020.4200.31
HSL297.53º31.33%54.31%-
HSV(B)297.53º41.71%68.63%-
XYZ29.521.3743.13-
YUV131.25152.69157.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=38.31%
G=22.72%
B=38.98%

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
Decimal1721021750.020.4200.31297.5331.3354.31
HexAC66AF22A01F12a1f36
Octal2541462572520374523766
Binary101011001100110101011111010101001111110010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66AF; }

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

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

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

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

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

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

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

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