#AA1899

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

Shades of Medium Violet Red #AA1899

Tints of Medium Violet Red #AA1899

Color information

#AA1899 (or 0xAA1899) is unknown color: approx Medium Violet Red. HEX triplet: AA, 18 and 99. RGB value is (170,24,153). Sum of RGB (Red+Green+Blue) = 170+24+153=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1899 is #55E766. Grayscale: #515151. Windows color (decimal): -5629799 or 10033322. OLE color: 10033322.

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

Color convert

RGB17024153-
CMYK00.860.10.33
HSL306.99º75.26%38.04%-
HSV(B)306.99º85.88%66.67%-
XYZ22.6511.531.16-
YUV82.36167.87190.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 24 (9.77% from 255) = 6.92%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=48.99%
G=6.92%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702415300.860.10.33306.9975.2638.04
HexAA1899056A211334b26
Octal252302310126124146311346
Binary1010101011000100110010101011010101000011001100111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1899; }

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

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

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

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

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

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

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

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