Html Css Color HEX #AA219D Medium Red Violet

📋 copy color: '#AA219D'

red 170 ◦ green 33 ◦ blue 157

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

Shades of Medium Red Violet #AA219D

Tints of Medium Red Violet #AA219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 47.22%
G = 9.17%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA219D (or 0xAA219D) is known color: Medium Red Violet. HEX triplet: AA, 21 and 9D. RGB value is (170,33,157). Sum of RGB (Red+Green+Blue) = 170+33+157=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA219D is #55DE62. Grayscale: #575757. Windows color (decimal): -5627491 or 10297770. OLE color: 10297770.

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

Color convert

RGB 170 33 157 -
CMYK 0 0.81 0.08 0.33
HSL 305.69º 0.67% 0.4% -
HSV(B) 305.69º 0.81% 0.67% -
XYZ 23.21 12.07 33 -
YUV 88.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 170 33 157 0 0.81 0.08 0.33 305.69 0.67 0.4
Hex AA 21 9D 0 51 8 21 132 43 28
Octal 252 41 235 0 121 10 41 462 103 50
Binary 10101010 100001 10011101 0 1010001 1000 100001 100110010 1000011 101000

Color Harmonies of #AA219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA219D

Black with #AA219D

Text Example


Text Example

White with #AA219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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