Html Css Color HEX #AA2877 Medium Red Violet

📋 copy color: '#AA2877'

red 170 ◦ green 40 ◦ blue 119

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

Shades of Medium Red Violet #AA2877

Tints of Medium Red Violet #AA2877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 51.67%
G = 12.16%
B = 36.17%

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

#AA2877 (or 0xAA2877) is known color: Medium Red Violet. HEX triplet: AA, 28 and 77. RGB value is (170,40,119). Sum of RGB (Red+Green+Blue) = 170+40+119=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2877 is #55D788. Grayscale: #575757. Windows color (decimal): -5625737 or 7809194. OLE color: 7809194.

HSL color Cylindrical-coordinate representation of color #AA2877: hue angle of 323.54º degrees, saturation: 0.62, 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 #AA2877 is Cyan = 0, Magento = 0.76, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 40 119 -
CMYK 0 0.76 0.3 0.33
HSL 323.54º 0.62% 0.41% -
HSV(B) 323.54º 0.76% 0.67% -
XYZ 20.67 11.4 18.56 -
YUV 87.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 170 40 119 0 0.76 0.3 0.33 323.54 0.62 0.41
Hex AA 28 77 0 4C 1E 21 144 3E 29
Octal 252 50 167 0 114 36 41 504 76 51
Binary 10101010 101000 1110111 0 1001100 11110 100001 101000100 111110 101001

Color Harmonies of #AA2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2877

Black with #AA2877

Text Example


Text Example

White with #AA2877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2877; }

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

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

background-color css

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

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

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

border-color css

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

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

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