Html Css Color HEX #AA5087 Mulberry

📋 copy color: '#AA5087'

red 170 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #AA5087

Tints of Mulberry #AA5087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 44.16%
G = 20.78%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA5087 (or 0xAA5087) is known color: Mulberry. HEX triplet: AA, 50 and 87. RGB value is (170,80,135). Sum of RGB (Red+Green+Blue) = 170+80+135=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5087 is #55AF78. Grayscale: #717171. Windows color (decimal): -5615481 or 8868010. OLE color: 8868010.

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

Color convert

RGB 170 80 135 -
CMYK 0 0.53 0.21 0.33
HSL 323.33º 0.36% 0.49% -
HSV(B) 323.33º 0.53% 0.67% -
XYZ 23.82 16.03 24.76 -
YUV 113.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 170 80 135 0 0.53 0.21 0.33 323.33 0.36 0.49
Hex AA 50 87 0 35 15 21 143 24 31
Octal 252 120 207 0 65 25 41 503 44 61
Binary 10101010 1010000 10000111 0 110101 10101 100001 101000011 100100 110001

Color Harmonies of #AA5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5087

Black with #AA5087

Text Example


Text Example

White with #AA5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5087; }

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

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

background-color css

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

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

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

border-color css

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

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

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