#AA70B2

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

Shades of Violet Blue #AA70B2

Tints of Violet Blue #AA70B2

Color information

#AA70B2 (or 0xAA70B2) is unknown color: approx Violet Blue. HEX triplet: AA, 70 and B2. RGB value is (170,112,178). Sum of RGB (Red+Green+Blue) = 170+112+178=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA70B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70B2 is #558F4D. Grayscale: #888888. Windows color (decimal): -5607246 or 11694250. OLE color: 11694250.

HSL color Cylindrical-coordinate representation of color #AA70B2: hue angle of 292.73º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA70B2 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170112178-
CMYK0.040.3700.30
HSL292.73º30%56.86%-
HSV(B)292.73º37.08%69.8%-
XYZ30.4123.3545.02-
YUV136.87151.22151.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 112 (44.14% from 255) = 24.35%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=36.96%
G=24.35%
B=38.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701121780.040.3700.30292.733056.86
HexAA70B242501E1251e39
Octal2521602624450364453671
Binary1010101011100001011001010010010101111010010010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70B2; }

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

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

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

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

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

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

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

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