#AA59AD

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

Shades of Violet Blue #AA59AD

Tints of Violet Blue #AA59AD

Color information

#AA59AD (or 0xAA59AD) is unknown color: approx Violet Blue. HEX triplet: AA, 59 and AD. RGB value is (170,89,173). Sum of RGB (Red+Green+Blue) = 170+89+173=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA59AD is #55A652. Grayscale: #7A7A7A. Windows color (decimal): -5613139 or 11360682. OLE color: 11360682.

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

Color convert

RGB17089173-
CMYK0.020.4900.32
HSL297.86º33.87%51.37%-
HSV(B)297.86º48.55%67.84%-
XYZ27.6918.7141.69-
YUV122.79156.34161.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=39.35%
G=20.60%
B=40.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170891730.020.4900.32297.8633.8751.37
HexAA59AD23102012a2233
Octal2521312552610404524263
Binary10101010101100110101101101100010100000100101010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA59AD; }

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

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

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

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

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

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

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

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