Html Css Color HEX #AA207E Medium Red Violet

📋 copy color: '#AA207E'

red 170 ◦ green 32 ◦ blue 126

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

Shades of Medium Red Violet #AA207E

Tints of Medium Red Violet #AA207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.41%

R = 51.83%
G = 9.76%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA207E (or 0xAA207E) is known color: Medium Red Violet. HEX triplet: AA, 20 and 7E. RGB value is (170,32,126). Sum of RGB (Red+Green+Blue) = 170+32+126=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA207E is #55DF81. Grayscale: #535353. Windows color (decimal): -5627778 or 8265898. OLE color: 8265898.

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

Color convert

RGB 170 32 126 -
CMYK 0 0.81 0.26 0.33
HSL 319.13º 0.68% 0.4% -
HSV(B) 319.13º 0.81% 0.67% -
XYZ 20.86 11.09 20.78 -
YUV 83.98 151.72 189.36 -
System Red Green Blue C M Y K H S L
Decimal 170 32 126 0 0.81 0.26 0.33 319.13 0.68 0.4
Hex AA 20 7E 0 51 1A 21 13F 44 28
Octal 252 40 176 0 121 32 41 477 104 50
Binary 10101010 100000 1111110 0 1010001 11010 100001 100111111 1000100 101000

Color Harmonies of #AA207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA207E

Black with #AA207E

Text Example


Text Example

White with #AA207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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