Html Css Color HEX #AA218E Medium Red Violet

📋 copy color: '#AA218E'

red 170 ◦ green 33 ◦ blue 142

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

Shades of Medium Red Violet #AA218E

Tints of Medium Red Violet #AA218E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 49.28%
G = 9.57%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA218E (or 0xAA218E) is known color: Medium Red Violet. HEX triplet: AA, 21 and 8E. RGB value is (170,33,142). Sum of RGB (Red+Green+Blue) = 170+33+142=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA218E is #55DE71. Grayscale: #565656. Windows color (decimal): -5627506 or 9314730. OLE color: 9314730.

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

Color convert

RGB 170 33 142 -
CMYK 0 0.81 0.16 0.33
HSL 312.26º 0.67% 0.4% -
HSV(B) 312.26º 0.81% 0.67% -
XYZ 22 11.59 26.67 -
YUV 86.39 159.39 187.64 -
System Red Green Blue C M Y K H S L
Decimal 170 33 142 0 0.81 0.16 0.33 312.26 0.67 0.4
Hex AA 21 8E 0 51 10 21 138 43 28
Octal 252 41 216 0 121 20 41 470 103 50
Binary 10101010 100001 10001110 0 1010001 10000 100001 100111000 1000011 101000

Color Harmonies of #AA218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA218E

Black with #AA218E

Text Example


Text Example

White with #AA218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA218E; }

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

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

background-color css

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

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

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

border-color css

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

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

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