Html Css Color HEX #AA2777 Medium Red Violet

📋 copy color: '#AA2777'

red 170 ◦ green 39 ◦ blue 119

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

Shades of Medium Red Violet #AA2777

Tints of Medium Red Violet #AA2777

RGB

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

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

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

R = 51.83%
G = 11.89%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA2777 (or 0xAA2777) is known color: Medium Red Violet. HEX triplet: AA, 27 and 77. RGB value is (170,39,119). Sum of RGB (Red+Green+Blue) = 170+39+119=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2777 is #55D888. Grayscale: #575757. Windows color (decimal): -5625993 or 7808938. OLE color: 7808938.

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

Color convert

RGB 170 39 119 -
CMYK 0 0.77 0.3 0.33
HSL 323.36º 0.63% 0.41% -
HSV(B) 323.36º 0.77% 0.67% -
XYZ 20.63 11.33 18.55 -
YUV 87.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 170 39 119 0 0.77 0.3 0.33 323.36 0.63 0.41
Hex AA 27 77 0 4D 1E 21 143 3F 29
Octal 252 47 167 0 115 36 41 503 77 51
Binary 10101010 100111 1110111 0 1001101 11110 100001 101000011 111111 101001

Color Harmonies of #AA2777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2777

Black with #AA2777

Text Example


Text Example

White with #AA2777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2777; }

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

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

background-color css

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

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

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

border-color css

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

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

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