Html Css Color HEX #AA207C Medium Red Violet

📋 copy color: '#AA207C'

red 170 ◦ green 32 ◦ blue 124

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

Shades of Medium Red Violet #AA207C

Tints of Medium Red Violet #AA207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 52.15%
G = 9.82%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA207C (or 0xAA207C) is known color: Medium Red Violet. HEX triplet: AA, 20 and 7C. RGB value is (170,32,124). Sum of RGB (Red+Green+Blue) = 170+32+124=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA207C is #55DF83. Grayscale: #535353. Windows color (decimal): -5627780 or 8134826. OLE color: 8134826.

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

Color convert

RGB 170 32 124 -
CMYK 0 0.81 0.27 0.33
HSL 320º 0.68% 0.4% -
HSV(B) 320º 0.81% 0.67% -
XYZ 20.73 11.03 20.11 -
YUV 83.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 170 32 124 0 0.81 0.27 0.33 320 0.68 0.4
Hex AA 20 7C 0 51 1B 21 140 44 28
Octal 252 40 174 0 121 33 41 500 104 50
Binary 10101010 100000 1111100 0 1010001 11011 100001 101000000 1000100 101000

Color Harmonies of #AA207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA207C

Black with #AA207C

Text Example


Text Example

White with #AA207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA207C; }

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

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

background-color css

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

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

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

border-color css

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

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

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