Html Css Color HEX #AA219A Medium Red Violet

📋 copy color: '#AA219A'

red 170 ◦ green 33 ◦ blue 154

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

Shades of Medium Red Violet #AA219A

Tints of Medium Red Violet #AA219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 47.62%
G = 9.24%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA219A (or 0xAA219A) is known color: Medium Red Violet. HEX triplet: AA, 21 and 9A. RGB value is (170,33,154). Sum of RGB (Red+Green+Blue) = 170+33+154=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA219A is #55DE65. Grayscale: #575757. Windows color (decimal): -5627494 or 10101162. OLE color: 10101162.

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

Color convert

RGB 170 33 154 -
CMYK 0 0.81 0.09 0.33
HSL 307.01º 0.67% 0.4% -
HSV(B) 307.01º 0.81% 0.67% -
XYZ 22.95 11.97 31.67 -
YUV 87.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 170 33 154 0 0.81 0.09 0.33 307.01 0.67 0.4
Hex AA 21 9A 0 51 9 21 133 43 28
Octal 252 41 232 0 121 11 41 463 103 50
Binary 10101010 100001 10011010 0 1010001 1001 100001 100110011 1000011 101000

Color Harmonies of #AA219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA219A

Black with #AA219A

Text Example


Text Example

White with #AA219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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