Html Css Color HEX #AA5089 Mulberry

📋 copy color: '#AA5089'

red 170 ◦ green 80 ◦ blue 137

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

Shades of Mulberry #AA5089

Tints of Mulberry #AA5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 43.93%
G = 20.67%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA5089 (or 0xAA5089) is known color: Mulberry. HEX triplet: AA, 50 and 89. RGB value is (170,80,137). Sum of RGB (Red+Green+Blue) = 170+80+137=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5089 is #55AF76. Grayscale: #717171. Windows color (decimal): -5615479 or 8999082. OLE color: 8999082.

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

Color convert

RGB 170 80 137 -
CMYK 0 0.53 0.19 0.33
HSL 322º 0.36% 0.49% -
HSV(B) 322º 0.53% 0.67% -
XYZ 23.96 16.09 25.51 -
YUV 113.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 170 80 137 0 0.53 0.19 0.33 322 0.36 0.49
Hex AA 50 89 0 35 13 21 142 24 31
Octal 252 120 211 0 65 23 41 502 44 61
Binary 10101010 1010000 10001001 0 110101 10011 100001 101000010 100100 110001

Color Harmonies of #AA5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5089

Black with #AA5089

Text Example


Text Example

White with #AA5089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5089; }

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

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

background-color css

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

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

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

border-color css

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

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

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