Html Css Color HEX #AA208D Medium Red Violet

📋 copy color: '#AA208D'

red 170 ◦ green 32 ◦ blue 141

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

Shades of Medium Red Violet #AA208D

Tints of Medium Red Violet #AA208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 49.56%
G = 9.33%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA208D (or 0xAA208D) is known color: Medium Red Violet. HEX triplet: AA, 20 and 8D. RGB value is (170,32,141). Sum of RGB (Red+Green+Blue) = 170+32+141=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA208D is #55DF72. Grayscale: #555555. Windows color (decimal): -5627763 or 9248938. OLE color: 9248938.

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

Color convert

RGB 170 32 141 -
CMYK 0 0.81 0.17 0.33
HSL 312.61º 0.68% 0.4% -
HSV(B) 312.61º 0.81% 0.67% -
XYZ 21.9 11.5 26.27 -
YUV 85.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 170 32 141 0 0.81 0.17 0.33 312.61 0.68 0.4
Hex AA 20 8D 0 51 11 21 139 44 28
Octal 252 40 215 0 121 21 41 471 104 50
Binary 10101010 100000 10001101 0 1010001 10001 100001 100111001 1000100 101000

Color Harmonies of #AA208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA208D

Black with #AA208D

Text Example


Text Example

White with #AA208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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