Html Css Color HEX #AA5391 Mulberry

📋 copy color: '#AA5391'

red 170 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #AA5391

Tints of Mulberry #AA5391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 42.71%
G = 20.85%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA5391 (or 0xAA5391) is known color: Mulberry. HEX triplet: AA, 53 and 91. RGB value is (170,83,145). Sum of RGB (Red+Green+Blue) = 170+83+145=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5391 is #55AC6E. Grayscale: #737373. Windows color (decimal): -5614703 or 9524138. OLE color: 9524138.

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

Color convert

RGB 170 83 145 -
CMYK 0 0.51 0.15 0.33
HSL 317.24º 0.34% 0.5% -
HSV(B) 317.24º 0.51% 0.67% -
XYZ 24.78 16.78 28.72 -
YUV 116.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 170 83 145 0 0.51 0.15 0.33 317.24 0.34 0.5
Hex AA 53 91 0 33 F 21 13D 22 32
Octal 252 123 221 0 63 17 41 475 42 62
Binary 10101010 1010011 10010001 0 110011 1111 100001 100111101 100010 110010

Color Harmonies of #AA5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5391

Black with #AA5391

Text Example


Text Example

White with #AA5391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5391; }

 p { color: rgb(170,83,145); }

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

background-color css

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

 a { background-color: rgb(170,83,145); }

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

border-color css

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

 span { border-color: rgb(170,83,145); }

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