Html Css Color HEX #AA4991 Medium Red Violet

📋 copy color: '#AA4991'

red 170 ◦ green 73 ◦ blue 145

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

Shades of Medium Red Violet #AA4991

Tints of Medium Red Violet #AA4991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 43.81%
G = 18.81%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA4991 (or 0xAA4991) is known color: Medium Red Violet. HEX triplet: AA, 49 and 91. RGB value is (170,73,145). Sum of RGB (Red+Green+Blue) = 170+73+145=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4991 is #55B66E. Grayscale: #6E6E6E. Windows color (decimal): -5617263 or 9521578. OLE color: 9521578.

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

Color convert

RGB 170 73 145 -
CMYK 0 0.57 0.15 0.33
HSL 315.46º 0.4% 0.48% -
HSV(B) 315.46º 0.57% 0.67% -
XYZ 24.07 15.36 28.48 -
YUV 110.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 170 73 145 0 0.57 0.15 0.33 315.46 0.4 0.48
Hex AA 49 91 0 39 F 21 13B 28 30
Octal 252 111 221 0 71 17 41 473 50 60
Binary 10101010 1001001 10010001 0 111001 1111 100001 100111011 101000 110000

Color Harmonies of #AA4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4991

Black with #AA4991

Text Example


Text Example

White with #AA4991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4991; }

 p { color: rgb(170,73,145); }

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

background-color css

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

 a { background-color: rgb(170,73,145); }

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

border-color css

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

 span { border-color: rgb(170,73,145); }

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