#AC669D

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

Shades of Violet Blue #AC669D

Tints of Violet Blue #AC669D

Color information

#AC669D (or 0xAC669D) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and 9D. RGB value is (172,102,157). Sum of RGB (Red+Green+Blue) = 172+102+157=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC669D is #539962. Grayscale: #818181. Windows color (decimal): -5478755 or 10315436. OLE color: 10315436.

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

Color convert

RGB172102157-
CMYK00.410.090.33
HSL312.86º29.66%53.73%-
HSV(B)312.86º40.7%67.45%-
XYZ27.8520.7134.43-
YUV129.2143.69158.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=39.91%
G=23.67%
B=36.43%

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
Decimal17210215700.410.090.33312.8629.6653.73
HexAC669D0299211391e36
Octal25414623505111414713666
Binary101011001100110100111010101001100110000110011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC669D; }

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

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

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

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

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

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

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

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