Html Css Color HEX #AA2196 Medium Red Violet

📋 copy color: '#AA2196'

red 170 ◦ green 33 ◦ blue 150

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

Shades of Medium Red Violet #AA2196

Tints of Medium Red Violet #AA2196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 48.16%
G = 9.35%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA2196 (or 0xAA2196) is known color: Medium Red Violet. HEX triplet: AA, 21 and 96. RGB value is (170,33,150). Sum of RGB (Red+Green+Blue) = 170+33+150=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2196 is #55DE69. Grayscale: #565656. Windows color (decimal): -5627498 or 9839018. OLE color: 9839018.

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

Color convert

RGB 170 33 150 -
CMYK 0 0.81 0.12 0.33
HSL 308.76º 0.67% 0.4% -
HSV(B) 308.76º 0.81% 0.67% -
XYZ 22.63 11.84 29.95 -
YUV 87.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 170 33 150 0 0.81 0.12 0.33 308.76 0.67 0.4
Hex AA 21 96 0 51 C 21 135 43 28
Octal 252 41 226 0 121 14 41 465 103 50
Binary 10101010 100001 10010110 0 1010001 1100 100001 100110101 1000011 101000

Color Harmonies of #AA2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2196

Black with #AA2196

Text Example


Text Example

White with #AA2196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2196; }

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

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

background-color css

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

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

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

border-color css

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

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

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