#AC69A9

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

Shades of Violet Blue #AC69A9

Tints of Violet Blue #AC69A9

Color information

#AC69A9 (or 0xAC69A9) is unknown color: approx Violet Blue. HEX triplet: AC, 69 and A9. RGB value is (172,105,169). Sum of RGB (Red+Green+Blue) = 172+105+169=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC69A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC69A9 is #539656. Grayscale: #848484. Windows color (decimal): -5477975 or 11102636. OLE color: 11102636.

HSL color Cylindrical-coordinate representation of color #AC69A9: hue angle of 302.69º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC69A9 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172105169-
CMYK00.390.020.33
HSL302.69º28.76%54.31%-
HSV(B)302.69º38.95%67.45%-
XYZ29.2321.7440.19-
YUV132.33148.7156.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=38.57%
G=23.54%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210516900.390.020.33302.6928.7654.31
HexAC69A902722112f1d36
Octal2541512510472414573566
Binary1010110011010011010100101001111010000110010111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69A9; }

 p { color: rgb(172,105,169); }

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

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

 a { background-color: rgb(172,105,169); }

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

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

 span { border-color: rgb(172,105,169); }

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