Html Css Color HEX #AA2197 Medium Red Violet

📋 copy color: '#AA2197'

red 170 ◦ green 33 ◦ blue 151

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

Shades of Medium Red Violet #AA2197

Tints of Medium Red Violet #AA2197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 48.02%
G = 9.32%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA2197 (or 0xAA2197) is known color: Medium Red Violet. HEX triplet: AA, 21 and 97. RGB value is (170,33,151). Sum of RGB (Red+Green+Blue) = 170+33+151=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2197 is #55DE68. Grayscale: #575757. Windows color (decimal): -5627497 or 9904554. OLE color: 9904554.

HSL color Cylindrical-coordinate representation of color #AA2197: hue angle of 308.32º 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 #AA2197 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 33 151 -
CMYK 0 0.81 0.11 0.33
HSL 308.32º 0.67% 0.4% -
HSV(B) 308.32º 0.81% 0.67% -
XYZ 22.71 11.87 30.37 -
YUV 87.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 170 33 151 0 0.81 0.11 0.33 308.32 0.67 0.4
Hex AA 21 97 0 51 B 21 134 43 28
Octal 252 41 227 0 121 13 41 464 103 50
Binary 10101010 100001 10010111 0 1010001 1011 100001 100110100 1000011 101000

Color Harmonies of #AA2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2197

Black with #AA2197

Text Example


Text Example

White with #AA2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2197; }

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

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

background-color css

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

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

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

border-color css

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

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

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