Html Css Color HEX #AA5289 Mulberry

📋 copy color: '#AA5289'

red 170 ◦ green 82 ◦ blue 137

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

Shades of Mulberry #AA5289

Tints of Mulberry #AA5289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

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

R = 43.7%
G = 21.08%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA5289 (or 0xAA5289) is known color: Mulberry. HEX triplet: AA, 52 and 89. RGB value is (170,82,137). Sum of RGB (Red+Green+Blue) = 170+82+137=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5289 is #55AD76. Grayscale: #727272. Windows color (decimal): -5614967 or 8999594. OLE color: 8999594.

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

Color convert

RGB 170 82 137 -
CMYK 0 0.52 0.19 0.33
HSL 322.5º 0.35% 0.49% -
HSV(B) 322.5º 0.52% 0.67% -
XYZ 24.11 16.39 25.56 -
YUV 114.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 170 82 137 0 0.52 0.19 0.33 322.5 0.35 0.49
Hex AA 52 89 0 34 13 21 142 23 31
Octal 252 122 211 0 64 23 41 502 43 61
Binary 10101010 1010010 10001001 0 110100 10011 100001 101000010 100011 110001

Color Harmonies of #AA5289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5289

Black with #AA5289

Text Example


Text Example

White with #AA5289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5289; }

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

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

background-color css

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

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

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

border-color css

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

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

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