Html Css Color HEX #AA2473 Medium Red Violet

📋 copy color: '#AA2473'

red 170 ◦ green 36 ◦ blue 115

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

Shades of Medium Red Violet #AA2473

Tints of Medium Red Violet #AA2473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 115 (45.31% from 255) = 35.83%

R = 52.96%
G = 11.21%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA2473 (or 0xAA2473) is known color: Medium Red Violet. HEX triplet: AA, 24 and 73. RGB value is (170,36,115). Sum of RGB (Red+Green+Blue) = 170+36+115=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2473 is #55DB8C. Grayscale: #545454. Windows color (decimal): -5626765 or 7546026. OLE color: 7546026.

HSL color Cylindrical-coordinate representation of color #AA2473: hue angle of 324.63º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2473 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 36 115 -
CMYK 0 0.79 0.32 0.33
HSL 324.63º 0.65% 0.4% -
HSV(B) 324.63º 0.79% 0.67% -
XYZ 20.3 11.05 17.28 -
YUV 85.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 170 36 115 0 0.79 0.32 0.33 324.63 0.65 0.4
Hex AA 24 73 0 4F 20 21 145 41 28
Octal 252 44 163 0 117 40 41 505 101 50
Binary 10101010 100100 1110011 0 1001111 100000 100001 101000101 1000001 101000

Color Harmonies of #AA2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2473

Black with #AA2473

Text Example


Text Example

White with #AA2473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2473; }

 p { color: rgb(170,36,115); }

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

background-color css

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

 a { background-color: rgb(170,36,115); }

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

border-color css

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

 span { border-color: rgb(170,36,115); }

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