#AA4499

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

Shades of Violet Blue #AA4499

Tints of Violet Blue #AA4499

Color information

#AA4499 (or 0xAA4499) is unknown color: approx Violet Blue. HEX triplet: AA, 44 and 99. RGB value is (170,68,153). Sum of RGB (Red+Green+Blue) = 170+68+153=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4499 is #55BB66. Grayscale: #6B6B6B. Windows color (decimal): -5618535 or 10044586. OLE color: 10044586.

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

Color convert

RGB17068153-
CMYK00.60.10.33
HSL310º42.86%46.67%-
HSV(B)310º60%66.67%-
XYZ24.3914.9831.74-
YUV108.19153.29172.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 68 (26.95% from 255) = 17.39%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=43.48%
G=17.39%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706815300.60.10.3331042.8646.67
HexAA449903CA211362b2f
Octal25210423107412414665357
Binary1010101010001001001100101111001010100001100110110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4499; }

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

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

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

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

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

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

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

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