#AA599C

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

Shades of Violet Blue #AA599C

Tints of Violet Blue #AA599C

Color information

#AA599C (or 0xAA599C) is unknown color: approx Violet Blue. HEX triplet: AA, 59 and 9C. RGB value is (170,89,156). Sum of RGB (Red+Green+Blue) = 170+89+156=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA599C is #55A663. Grayscale: #787878. Windows color (decimal): -5613156 or 10246570. OLE color: 10246570.

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

Color convert

RGB17089156-
CMYK00.480.080.33
HSL310.37º32.27%50.78%-
HSV(B)310.37º47.65%66.67%-
XYZ26.1518.0933.57-
YUV120.86147.84163.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=40.96%
G=21.45%
B=37.59%

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
Decimal1708915600.480.080.33310.3732.2750.78
HexAA599C0308211362033
Octal25213123406010414664063
Binary1010101010110011001110001100001000100001100110110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA599C; }

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

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

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

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

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

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

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

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