#AA58AD

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

Shades of Violet Blue #AA58AD

Tints of Violet Blue #AA58AD

Color information

#AA58AD (or 0xAA58AD) is unknown color: approx Violet Blue. HEX triplet: AA, 58 and AD. RGB value is (170,88,173). Sum of RGB (Red+Green+Blue) = 170+88+173=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA58AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA58AD is #55A752. Grayscale: #797979. Windows color (decimal): -5613395 or 11360426. OLE color: 11360426.

HSL color Cylindrical-coordinate representation of color #AA58AD: hue angle of 297.88º 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 #AA58AD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17088173-
CMYK0.020.4900.32
HSL297.88º34.14%51.18%-
HSV(B)297.88º49.13%67.84%-
XYZ27.6118.5441.66-
YUV122.21156.67162.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 88 (34.77% from 255) = 20.42%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=39.44%
G=20.42%
B=40.14%

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
Decimal170881730.020.4900.32297.8834.1451.18
HexAA58AD23102012a2233
Octal2521302552610404524263
Binary10101010101100010101101101100010100000100101010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA58AD; }

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

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

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

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

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

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

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

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