#AA70AD

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

Shades of Violet Blue #AA70AD

Tints of Violet Blue #AA70AD

Color information

#AA70AD (or 0xAA70AD) is unknown color: approx Violet Blue. HEX triplet: AA, 70 and AD. RGB value is (170,112,173). Sum of RGB (Red+Green+Blue) = 170+112+173=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA70AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70AD is #558F52. Grayscale: #888888. Windows color (decimal): -5607251 or 11366570. OLE color: 11366570.

HSL color Cylindrical-coordinate representation of color #AA70AD: hue angle of 297.05º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA70AD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170112173-
CMYK0.020.3500.32
HSL297.05º27.11%55.88%-
HSV(B)297.05º35.26%67.84%-
XYZ29.9123.1542.43-
YUV136.3148.72152.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=37.36%
G=24.62%
B=38.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701121730.020.3500.32297.0527.1155.88
HexAA70AD2230201291b38
Octal2521602552430404513370
Binary1010101011100001010110110100011010000010010100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70AD; }

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

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

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

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

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

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

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

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