#AA5AAD

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

Shades of Violet Blue #AA5AAD

Tints of Violet Blue #AA5AAD

Color information

#AA5AAD (or 0xAA5AAD) is unknown color: approx Violet Blue. HEX triplet: AA, 5A and AD. RGB value is (170,90,173). Sum of RGB (Red+Green+Blue) = 170+90+173=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA5AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5AAD is #55A552. Grayscale: #7B7B7B. Windows color (decimal): -5612883 or 11360938. OLE color: 11360938.

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

Color convert

RGB17090173-
CMYK0.020.4800.32
HSL297.83º33.6%51.57%-
HSV(B)297.83º47.98%67.84%-
XYZ27.7818.8841.71-
YUV123.38156161.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=39.26%
G=20.79%
B=39.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170901730.020.4800.32297.8333.651.57
HexAA5AAD23002012a2234
Octal2521322552600404524264
Binary10101010101101010101101101100000100000100101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AAD; }

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

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

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

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

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

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

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

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