Html Css Color HEX #AA5489 Mulberry

📋 copy color: '#AA5489'

red 170 ◦ green 84 ◦ blue 137

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

Shades of Mulberry #AA5489

Tints of Mulberry #AA5489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.48%

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

R = 43.48%
G = 21.48%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA5489 (or 0xAA5489) is known color: Mulberry. HEX triplet: AA, 54 and 89. RGB value is (170,84,137). Sum of RGB (Red+Green+Blue) = 170+84+137=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5489 is #55AB76. Grayscale: #737373. Windows color (decimal): -5614455 or 9000106. OLE color: 9000106.

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

Color convert

RGB 170 84 137 -
CMYK 0 0.51 0.19 0.33
HSL 323.02º 0.34% 0.5% -
HSV(B) 323.02º 0.51% 0.67% -
XYZ 24.26 16.69 25.61 -
YUV 115.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 170 84 137 0 0.51 0.19 0.33 323.02 0.34 0.5
Hex AA 54 89 0 33 13 21 143 22 32
Octal 252 124 211 0 63 23 41 503 42 62
Binary 10101010 1010100 10001001 0 110011 10011 100001 101000011 100010 110010

Color Harmonies of #AA5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5489

Black with #AA5489

Text Example


Text Example

White with #AA5489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5489; }

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

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

background-color css

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

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

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

border-color css

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

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

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