Html Css Color HEX #AA207B Medium Red Violet

📋 copy color: '#AA207B'

red 170 ◦ green 32 ◦ blue 123

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

Shades of Medium Red Violet #AA207B

Tints of Medium Red Violet #AA207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 52.31%
G = 9.85%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA207B (or 0xAA207B) is known color: Medium Red Violet. HEX triplet: AA, 20 and 7B. RGB value is (170,32,123). Sum of RGB (Red+Green+Blue) = 170+32+123=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA207B is #55DF84. Grayscale: #535353. Windows color (decimal): -5627781 or 8069290. OLE color: 8069290.

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

Color convert

RGB 170 32 123 -
CMYK 0 0.81 0.28 0.33
HSL 320.43º 0.68% 0.4% -
HSV(B) 320.43º 0.81% 0.67% -
XYZ 20.67 11.01 19.77 -
YUV 83.64 150.22 189.6 -
System Red Green Blue C M Y K H S L
Decimal 170 32 123 0 0.81 0.28 0.33 320.43 0.68 0.4
Hex AA 20 7B 0 51 1C 21 140 44 28
Octal 252 40 173 0 121 34 41 500 104 50
Binary 10101010 100000 1111011 0 1010001 11100 100001 101000000 1000100 101000

Color Harmonies of #AA207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA207B

Black with #AA207B

Text Example


Text Example

White with #AA207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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