#AA4A99

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

Shades of Violet Blue #AA4A99

Tints of Violet Blue #AA4A99

Color information

#AA4A99 (or 0xAA4A99) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and 99. RGB value is (170,74,153). Sum of RGB (Red+Green+Blue) = 170+74+153=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A99 is #55B566. Grayscale: #6F6F6F. Windows color (decimal): -5616999 or 10046122. OLE color: 10046122.

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

Color convert

RGB17074153-
CMYK00.560.10.33
HSL310.62º39.34%47.84%-
HSV(B)310.62º56.47%66.67%-
XYZ24.7815.7431.87-
YUV111.71151.3169.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=42.82%
G=18.64%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707415300.560.10.33310.6239.3447.84
HexAA4A99038A211372730
Octal25211223107012414674760
Binary1010101010010101001100101110001010100001100110111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A99; }

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

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

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

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

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

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

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

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