#AA6CA9

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

Shades of Violet Blue #AA6CA9

Tints of Violet Blue #AA6CA9

Color information

#AA6CA9 (or 0xAA6CA9) is unknown color: approx Violet Blue. HEX triplet: AA, 6C and A9. RGB value is (170,108,169). Sum of RGB (Red+Green+Blue) = 170+108+169=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6CA9 is #559356. Grayscale: #858585. Windows color (decimal): -5608279 or 11103402. OLE color: 11103402.

HSL color Cylindrical-coordinate representation of color #AA6CA9: hue angle of 300.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6CA9 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB170108169-
CMYK00.360.010.33
HSL300.97º26.72%54.51%-
HSV(B)300.97º36.47%66.67%-
XYZ29.122.1440.27-
YUV133.49148.04154.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 169 (66.41% from 255) = 37.81%
R=38.03%
G=24.16%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010816900.360.010.33300.9726.7254.51
HexAA6CA902412112d1b37
Octal2521542510441414553367
Binary101010101101100101010010100100110000110010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CA9; }

 p { color: rgb(170,108,169); }

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

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

 a { background-color: rgb(170,108,169); }

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

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

 span { border-color: rgb(170,108,169); }

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