Html Css Color HEX #AA5990 Mulberry

📋 copy color: '#AA5990'

red 170 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #AA5990

Tints of Mulberry #AA5990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.08%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 42.18%
G = 22.08%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA5990 (or 0xAA5990) is known color: Mulberry. HEX triplet: AA, 59 and 90. RGB value is (170,89,144). Sum of RGB (Red+Green+Blue) = 170+89+144=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5990 is #55A66F. Grayscale: #777777. Windows color (decimal): -5613168 or 9460138. OLE color: 9460138.

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

Color convert

RGB 170 89 144 -
CMYK 0 0.48 0.15 0.33
HSL 319.26º 0.32% 0.51% -
HSV(B) 319.26º 0.48% 0.67% -
XYZ 25.18 17.7 28.48 -
YUV 119.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 170 89 144 0 0.48 0.15 0.33 319.26 0.32 0.51
Hex AA 59 90 0 30 F 21 13F 20 33
Octal 252 131 220 0 60 17 41 477 40 63
Binary 10101010 1011001 10010000 0 110000 1111 100001 100111111 100000 110011

Color Harmonies of #AA5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5990

Black with #AA5990

Text Example


Text Example

White with #AA5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5990; }

 p { color: rgb(170,89,144); }

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

background-color css

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

 a { background-color: rgb(170,89,144); }

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

border-color css

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

 span { border-color: rgb(170,89,144); }

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