Html Css Color HEX #AA5689 Mulberry

📋 copy color: '#AA5689'

red 170 ◦ green 86 ◦ blue 137

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

Shades of Mulberry #AA5689

Tints of Mulberry #AA5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.88%

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

R = 43.26%
G = 21.88%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA5689 (or 0xAA5689) is known color: Mulberry. HEX triplet: AA, 56 and 89. RGB value is (170,86,137). Sum of RGB (Red+Green+Blue) = 170+86+137=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5689 is #55A976. Grayscale: #747474. Windows color (decimal): -5613943 or 9000618. OLE color: 9000618.

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

Color convert

RGB 170 86 137 -
CMYK 0 0.49 0.19 0.33
HSL 323.57º 0.33% 0.5% -
HSV(B) 323.57º 0.49% 0.67% -
XYZ 24.42 17.01 25.66 -
YUV 116.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 170 86 137 0 0.49 0.19 0.33 323.57 0.33 0.5
Hex AA 56 89 0 31 13 21 144 21 32
Octal 252 126 211 0 61 23 41 504 41 62
Binary 10101010 1010110 10001001 0 110001 10011 100001 101000100 100001 110010

Color Harmonies of #AA5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5689

Black with #AA5689

Text Example


Text Example

White with #AA5689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5689; }

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

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

background-color css

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

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

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

border-color css

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

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

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