#AA4899

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

Shades of Violet Blue #AA4899

Tints of Violet Blue #AA4899

Color information

#AA4899 (or 0xAA4899) is unknown color: approx Violet Blue. HEX triplet: AA, 48 and 99. RGB value is (170,72,153). Sum of RGB (Red+Green+Blue) = 170+72+153=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4899 is #55B766. Grayscale: #6E6E6E. Windows color (decimal): -5617511 or 10045610. OLE color: 10045610.

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

Color convert

RGB17072153-
CMYK00.580.10.33
HSL310.41º40.5%47.45%-
HSV(B)310.41º57.65%66.67%-
XYZ24.6415.4831.83-
YUV110.54151.97170.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=43.04%
G=18.23%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707215300.580.10.33310.4140.547.45
HexAA489903AA21136282f
Octal25211023107212414665057
Binary1010101010010001001100101110101010100001100110110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4899; }

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

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

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

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

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

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

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

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