#AC669E

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

Shades of Violet Blue #AC669E

Tints of Violet Blue #AC669E

Color information

#AC669E (or 0xAC669E) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and 9E. RGB value is (172,102,158). Sum of RGB (Red+Green+Blue) = 172+102+158=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC669E is #539961. Grayscale: #818181. Windows color (decimal): -5478754 or 10380972. OLE color: 10380972.

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

Color convert

RGB172102158-
CMYK00.410.080.33
HSL312º29.66%53.73%-
HSV(B)312º40.7%67.45%-
XYZ27.9420.7434.88-
YUV129.31144.19158.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=39.81%
G=23.61%
B=36.57%

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
Decimal17210215800.410.080.3331229.6653.73
HexAC669E0298211381e36
Octal25414623605110414703666
Binary101011001100110100111100101001100010000110011100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC669E; }

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

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

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

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

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

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

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

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