Html Css Color HEX #AA1899 Medium Violet Red

📋 copy color: '#AA1899'

red 170 ◦ green 24 ◦ blue 153

#AA1899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #AA1899

Tints of Medium Violet Red #AA1899

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.86

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA1899 (or 0xAA1899) is known color: 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

RGB 170 24 153 -
CMYK 0 0.86 0.1 0.33
HSL 306.99º 0.75% 0.38% -
HSV(B) 306.99º 0.86% 0.67% -
XYZ 22.65 11.5 31.16 -
YUV 82.36 167.87 190.51 -
System Red Green Blue C M Y K H S L
Decimal 170 24 153 0 0.86 0.1 0.33 306.99 0.75 0.38
Hex AA 18 99 0 56 A 21 133 4B 26
Octal 252 30 231 0 126 12 41 463 113 46
Binary 10101010 11000 10011001 0 1010110 1010 100001 100110011 1001011 100110

Color Harmonies of #AA1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1899

Black with #AA1899

Text Example


Text Example

White with #AA1899

Text Example


Text Example

HTML Codes & Css Web 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>