Html Css Color HEX #AA4889 Medium Red Violet

📋 copy color: '#AA4889'

red 170 ◦ green 72 ◦ blue 137

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

Shades of Medium Red Violet #AA4889

Tints of Medium Red Violet #AA4889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 44.85%
G = 19%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA4889 (or 0xAA4889) is known color: Medium Red Violet. HEX triplet: AA, 48 and 89. RGB value is (170,72,137). Sum of RGB (Red+Green+Blue) = 170+72+137=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4889 is #55B776. Grayscale: #6C6C6C. Windows color (decimal): -5617527 or 8997034. OLE color: 8997034.

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

Color convert

RGB 170 72 137 -
CMYK 0 0.58 0.19 0.33
HSL 320.2º 0.4% 0.47% -
HSV(B) 320.2º 0.58% 0.67% -
XYZ 23.41 14.99 25.33 -
YUV 108.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 170 72 137 0 0.58 0.19 0.33 320.2 0.4 0.47
Hex AA 48 89 0 3A 13 21 140 28 2F
Octal 252 110 211 0 72 23 41 500 50 57
Binary 10101010 1001000 10001001 0 111010 10011 100001 101000000 101000 101111

Color Harmonies of #AA4889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4889

Black with #AA4889

Text Example


Text Example

White with #AA4889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4889; }

 p { color: rgb(170,72,137); }

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

background-color css

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

 a { background-color: rgb(170,72,137); }

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

border-color css

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

 span { border-color: rgb(170,72,137); }

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