#AC669C

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

Shades of Violet Blue #AC669C

Tints of Violet Blue #AC669C

Color information

#AC669C (or 0xAC669C) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and 9C. RGB value is (172,102,156). Sum of RGB (Red+Green+Blue) = 172+102+156=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC669C is #539963. Grayscale: #808080. Windows color (decimal): -5478756 or 10249900. OLE color: 10249900.

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

Color convert

RGB172102156-
CMYK00.410.090.33
HSL313.71º29.66%53.73%-
HSV(B)313.71º40.7%67.45%-
XYZ27.7720.6733.98-
YUV129.09143.19158.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=40%
G=23.72%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210215600.410.090.33313.7129.6653.73
HexAC669C02992113a1e36
Octal25414623405111414723666
Binary101011001100110100111000101001100110000110011101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC669C; }

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

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

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

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

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

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

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

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