#AA5C99

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

Shades of Violet Blue #AA5C99

Tints of Violet Blue #AA5C99

Color information

#AA5C99 (or 0xAA5C99) is unknown color: approx Violet Blue. HEX triplet: AA, 5C and 99. RGB value is (170,92,153). Sum of RGB (Red+Green+Blue) = 170+92+153=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C99 is #55A366. Grayscale: #7A7A7A. Windows color (decimal): -5612391 or 10050730. OLE color: 10050730.

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

Color convert

RGB17092153-
CMYK00.460.10.33
HSL313.08º31.45%51.37%-
HSV(B)313.08º45.88%66.67%-
XYZ26.1518.532.33-
YUV122.28145.34162.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 92 (36.33% from 255) = 22.17%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=40.96%
G=22.17%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709215300.460.10.33313.0831.4551.37
HexAA5C9902EA211391f33
Octal25213423105612414713763
Binary101010101011100100110010101110101010000110011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C99; }

 p { color: rgb(170,92,153); }

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

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

 a { background-color: rgb(170,92,153); }

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

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

 span { border-color: rgb(170,92,153); }

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