Html Css Color HEX #AA4985 Medium Red Violet

📋 copy color: '#AA4985'

red 170 ◦ green 73 ◦ blue 133

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

Shades of Medium Red Violet #AA4985

Tints of Medium Red Violet #AA4985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 45.21%
G = 19.41%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA4985 (or 0xAA4985) is known color: Medium Red Violet. HEX triplet: AA, 49 and 85. RGB value is (170,73,133). Sum of RGB (Red+Green+Blue) = 170+73+133=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4985 is #55B67A. Grayscale: #6C6C6C. Windows color (decimal): -5617275 or 8735146. OLE color: 8735146.

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

Color convert

RGB 170 73 133 -
CMYK 0 0.57 0.22 0.33
HSL 322.89º 0.4% 0.48% -
HSV(B) 322.89º 0.57% 0.67% -
XYZ 23.19 15 23.86 -
YUV 108.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 170 73 133 0 0.57 0.22 0.33 322.89 0.4 0.48
Hex AA 49 85 0 39 16 21 143 28 30
Octal 252 111 205 0 71 26 41 503 50 60
Binary 10101010 1001001 10000101 0 111001 10110 100001 101000011 101000 110000

Color Harmonies of #AA4985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4985

Black with #AA4985

Text Example


Text Example

White with #AA4985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4985; }

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

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

background-color css

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

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

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

border-color css

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

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

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