Html Css Color HEX #AA2977 Medium Red Violet

📋 copy color: '#AA2977'

red 170 ◦ green 41 ◦ blue 119

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

Shades of Medium Red Violet #AA2977

Tints of Medium Red Violet #AA2977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 51.52%
G = 12.42%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA2977 (or 0xAA2977) is known color: Medium Red Violet. HEX triplet: AA, 29 and 77. RGB value is (170,41,119). Sum of RGB (Red+Green+Blue) = 170+41+119=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2977 is #55D688. Grayscale: #585858. Windows color (decimal): -5625481 or 7809450. OLE color: 7809450.

HSL color Cylindrical-coordinate representation of color #AA2977: hue angle of 323.72º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2977 is Cyan = 0, Magento = 0.76, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 41 119 -
CMYK 0 0.76 0.3 0.33
HSL 323.72º 0.61% 0.41% -
HSV(B) 323.72º 0.76% 0.67% -
XYZ 20.7 11.46 18.57 -
YUV 88.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 170 41 119 0 0.76 0.3 0.33 323.72 0.61 0.41
Hex AA 29 77 0 4C 1E 21 144 3D 29
Octal 252 51 167 0 114 36 41 504 75 51
Binary 10101010 101001 1110111 0 1001100 11110 100001 101000100 111101 101001

Color Harmonies of #AA2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2977

Black with #AA2977

Text Example


Text Example

White with #AA2977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2977; }

 p { color: rgb(170,41,119); }

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

background-color css

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

 a { background-color: rgb(170,41,119); }

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

border-color css

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

 span { border-color: rgb(170,41,119); }

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