Html Css Color HEX #AA5790 Mulberry

📋 copy color: '#AA5790'

red 170 ◦ green 87 ◦ blue 144

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

Shades of Mulberry #AA5790

Tints of Mulberry #AA5790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.7%

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

R = 42.39%
G = 21.7%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA5790 (or 0xAA5790) is known color: Mulberry. HEX triplet: AA, 57 and 90. RGB value is (170,87,144). Sum of RGB (Red+Green+Blue) = 170+87+144=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5790 is #55A86F. Grayscale: #767676. Windows color (decimal): -5613680 or 9459626. OLE color: 9459626.

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

Color convert

RGB 170 87 144 -
CMYK 0 0.49 0.15 0.33
HSL 318.8º 0.33% 0.5% -
HSV(B) 318.8º 0.49% 0.67% -
XYZ 25.02 17.38 28.42 -
YUV 118.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 170 87 144 0 0.49 0.15 0.33 318.8 0.33 0.5
Hex AA 57 90 0 31 F 21 13F 21 32
Octal 252 127 220 0 61 17 41 477 41 62
Binary 10101010 1010111 10010000 0 110001 1111 100001 100111111 100001 110010

Color Harmonies of #AA5790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5790

Black with #AA5790

Text Example


Text Example

White with #AA5790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5790; }

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

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

background-color css

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

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

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

border-color css

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

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

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