#AA70A9

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

Shades of Violet Blue #AA70A9

Tints of Violet Blue #AA70A9

Color information

#AA70A9 (or 0xAA70A9) is unknown color: approx Violet Blue. HEX triplet: AA, 70 and A9. RGB value is (170,112,169). Sum of RGB (Red+Green+Blue) = 170+112+169=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA70A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70A9 is #558F56. Grayscale: #878787. Windows color (decimal): -5607255 or 11104426. OLE color: 11104426.

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

Color convert

RGB170112169-
CMYK00.340.010.33
HSL301.03º25.44%55.29%-
HSV(B)301.03º34.12%66.67%-
XYZ29.532340.42-
YUV135.84146.72152.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 169 (66.41% from 255) = 37.47%
R=37.69%
G=24.83%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011216900.340.010.33301.0325.4455.29
HexAA70A902212112d1937
Octal2521602510421414553167
Binary101010101110000101010010100010110000110010110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70A9; }

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

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

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

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

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

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

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

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