#AA599D

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

Shades of Violet Blue #AA599D

Tints of Violet Blue #AA599D

Color information

#AA599D (or 0xAA599D) is unknown color: approx Violet Blue. HEX triplet: AA, 59 and 9D. RGB value is (170,89,157). Sum of RGB (Red+Green+Blue) = 170+89+157=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA599D is #55A662. Grayscale: #787878. Windows color (decimal): -5613155 or 10312106. OLE color: 10312106.

HSL color Cylindrical-coordinate representation of color #AA599D: hue angle of 309.63º 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 #AA599D is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17089157-
CMYK00.480.080.33
HSL309.63º32.27%50.78%-
HSV(B)309.63º47.65%66.67%-
XYZ26.2418.1334.01-
YUV120.97148.34162.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=40.87%
G=21.39%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708915700.480.080.33309.6332.2750.78
HexAA599D0308211362033
Octal25213123506010414664063
Binary1010101010110011001110101100001000100001100110110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA599D; }

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

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

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

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

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

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

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

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