Html Css Color HEX #AA2776 Medium Red Violet

📋 copy color: '#AA2776'

red 170 ◦ green 39 ◦ blue 118

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

Shades of Medium Red Violet #AA2776

Tints of Medium Red Violet #AA2776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.93%

 BLUE value IS 118 (46.48% from 255) = 36.09%

R = 51.99%
G = 11.93%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA2776 (or 0xAA2776) is known color: Medium Red Violet. HEX triplet: AA, 27 and 76. RGB value is (170,39,118). Sum of RGB (Red+Green+Blue) = 170+39+118=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2776 is #55D889. Grayscale: #565656. Windows color (decimal): -5625994 or 7743402. OLE color: 7743402.

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

Color convert

RGB 170 39 118 -
CMYK 0 0.77 0.31 0.33
HSL 323.82º 0.63% 0.41% -
HSV(B) 323.82º 0.77% 0.67% -
XYZ 20.57 11.31 18.24 -
YUV 87.18 145.4 187.08 -
System Red Green Blue C M Y K H S L
Decimal 170 39 118 0 0.77 0.31 0.33 323.82 0.63 0.41
Hex AA 27 76 0 4D 1F 21 144 3F 29
Octal 252 47 166 0 115 37 41 504 77 51
Binary 10101010 100111 1110110 0 1001101 11111 100001 101000100 111111 101001

Color Harmonies of #AA2776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2776

Black with #AA2776

Text Example


Text Example

White with #AA2776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2776; }

 p { color: rgb(170,39,118); }

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

background-color css

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

 a { background-color: rgb(170,39,118); }

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

border-color css

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

 span { border-color: rgb(170,39,118); }

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