#AA5994

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

Shades of Violet Blue #AA5994

Tints of Violet Blue #AA5994

Color information

#AA5994 (or 0xAA5994) is unknown color: approx Violet Blue. HEX triplet: AA, 59 and 94. RGB value is (170,89,148). Sum of RGB (Red+Green+Blue) = 170+89+148=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5994 is #55A66B. Grayscale: #777777. Windows color (decimal): -5613164 or 9722282. OLE color: 9722282.

HSL color Cylindrical-coordinate representation of color #AA5994: hue angle of 316.3º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5994 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17089148-
CMYK00.480.130.33
HSL316.3º32.27%50.78%-
HSV(B)316.3º47.65%66.67%-
XYZ25.517.8330.11-
YUV119.94143.84163.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 148 (58.20% from 255) = 36.36%
R=41.77%
G=21.87%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708914800.480.130.33316.332.2750.78
HexAA5994030D2113c2033
Octal25213122406015414744063
Binary1010101010110011001010001100001101100001100111100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5994; }

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

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

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

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

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

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

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

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