Html Css Color HEX #AA208E Medium Red Violet

📋 copy color: '#AA208E'

red 170 ◦ green 32 ◦ blue 142

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

Shades of Medium Red Violet #AA208E

Tints of Medium Red Violet #AA208E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.3%

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

R = 49.42%
G = 9.3%
B = 41.28%

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

#AA208E (or 0xAA208E) is known color: Medium Red Violet. HEX triplet: AA, 20 and 8E. RGB value is (170,32,142). Sum of RGB (Red+Green+Blue) = 170+32+142=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA208E is #55DF71. Grayscale: #555555. Windows color (decimal): -5627762 or 9314474. OLE color: 9314474.

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

Color convert

RGB 170 32 142 -
CMYK 0 0.81 0.16 0.33
HSL 312.17º 0.68% 0.4% -
HSV(B) 312.17º 0.81% 0.67% -
XYZ 21.98 11.53 26.66 -
YUV 85.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 170 32 142 0 0.81 0.16 0.33 312.17 0.68 0.4
Hex AA 20 8E 0 51 10 21 138 44 28
Octal 252 40 216 0 121 20 41 470 104 50
Binary 10101010 100000 10001110 0 1010001 10000 100001 100111000 1000100 101000

Color Harmonies of #AA208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA208E

Black with #AA208E

Text Example


Text Example

White with #AA208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA208E; }

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

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

background-color css

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

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

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

border-color css

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

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

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