#AA70AA

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

Shades of Violet Blue #AA70AA

Tints of Violet Blue #AA70AA

Color information

#AA70AA (or 0xAA70AA) is unknown color: approx Violet Blue. HEX triplet: AA, 70 and AA. RGB value is (170,112,170). Sum of RGB (Red+Green+Blue) = 170+112+170=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA70AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70AA is #558F55. Grayscale: #878787. Windows color (decimal): -5607254 or 11169962. OLE color: 11169962.

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

Color convert

RGB170112170-
CMYK00.3400.33
HSL300º25.44%55.29%-
HSV(B)300º34.12%66.67%-
XYZ29.6323.0440.92-
YUV135.95147.22152.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 112 (44.14% from 255) = 24.78%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=37.61%
G=24.78%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011217000.3400.3330025.4455.29
HexAA70AA02202112c1937
Octal2521602520420414543167
Binary101010101110000101010100100010010000110010110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70AA; }

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

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

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

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

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

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

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

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