#AC669F

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

Shades of Violet Blue #AC669F

Tints of Violet Blue #AC669F

Color information

#AC669F (or 0xAC669F) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and 9F. RGB value is (172,102,159). Sum of RGB (Red+Green+Blue) = 172+102+159=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC669F is #539960. Grayscale: #818181. Windows color (decimal): -5478753 or 10446508. OLE color: 10446508.

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

Color convert

RGB172102159-
CMYK00.410.080.33
HSL311.14º29.66%53.73%-
HSV(B)311.14º40.7%67.45%-
XYZ28.0220.7835.33-
YUV129.43144.69158.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=39.72%
G=23.56%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210215900.410.080.33311.1429.6653.73
HexAC669F0298211371e36
Octal25414623705110414673666
Binary101011001100110100111110101001100010000110011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC669F; }

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

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

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

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

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

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

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

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