Html Css Color HEX #AA2199 Medium Red Violet

📋 copy color: '#AA2199'

red 170 ◦ green 33 ◦ blue 153

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

Shades of Medium Red Violet #AA2199

Tints of Medium Red Violet #AA2199

RGB

 RED value IS 170 (66.8% from 255) = 47.75%

 GREEN value IS 33 (13.28% from 255) = 9.27%

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 47.75%
G = 9.27%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA2199 (or 0xAA2199) is known color: Medium Red Violet. HEX triplet: AA, 21 and 99. RGB value is (170,33,153). Sum of RGB (Red+Green+Blue) = 170+33+153=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2199 is #55DE66. Grayscale: #575757. Windows color (decimal): -5627495 or 10035626. OLE color: 10035626.

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

Color convert

RGB 170 33 153 -
CMYK 0 0.81 0.1 0.33
HSL 307.45º 0.67% 0.4% -
HSV(B) 307.45º 0.81% 0.67% -
XYZ 22.87 11.93 31.23 -
YUV 87.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 170 33 153 0 0.81 0.1 0.33 307.45 0.67 0.4
Hex AA 21 99 0 51 A 21 133 43 28
Octal 252 41 231 0 121 12 41 463 103 50
Binary 10101010 100001 10011001 0 1010001 1010 100001 100110011 1000011 101000

Color Harmonies of #AA2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2199

Black with #AA2199

Text Example


Text Example

White with #AA2199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2199; }

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

 H1.HeaderClassName
 {
   color: #AA2199;
 }
 .AnyTagClassName
 {
   color: #AA2199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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