#AA70B3

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

Shades of Violet Blue #AA70B3

Tints of Violet Blue #AA70B3

Color information

#AA70B3 (or 0xAA70B3) is unknown color: approx Violet Blue. HEX triplet: AA, 70 and B3. RGB value is (170,112,179). Sum of RGB (Red+Green+Blue) = 170+112+179=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA70B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70B3 is #558F4C. Grayscale: #888888. Windows color (decimal): -5607245 or 11759786. OLE color: 11759786.

HSL color Cylindrical-coordinate representation of color #AA70B3: hue angle of 291.94º degrees, saturation: 0.31, 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 #AA70B3 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170112179-
CMYK0.050.3700.30
HSL291.94º30.59%57.06%-
HSV(B)291.94º37.43%70.2%-
XYZ30.5123.3945.55-
YUV136.98151.72151.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=36.88%
G=24.30%
B=38.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701121790.050.3700.30291.9430.5957.06
HexAA70B352501E1241f39
Octal2521602635450364443771
Binary1010101011100001011001110110010101111010010010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70B3; }

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

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

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

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

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

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

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

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