#AB5591

Color #AB5591 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #AB5591

Tints of Mulberry #AB5591

Color information

#AB5591 (or 0xAB5591) is unknown color: approx Mulberry. HEX triplet: AB, 55 and 91. RGB value is (171,85,145). Sum of RGB (Red+Green+Blue) = 171+85+145=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5591 is #54AA6E. Grayscale: #757575. Windows color (decimal): -5548655 or 9524651. OLE color: 9524651.

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

Color convert

RGB17185145-
CMYK00.500.150.33
HSL318.14º33.86%50.2%-
HSV(B)318.14º50.29%67.06%-
XYZ25.1517.228.78-
YUV117.55143.49166.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=42.64%
G=21.20%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718514500.500.150.33318.1433.8650.2
HexAB5591032F2113e2232
Octal25312522106217414764262
Binary1010101110101011001000101100101111100001100111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5591; }

 p { color: rgb(171,85,145); }

 H1.HeaderClassName
 {
   color: #AB5591;
 }
 .AnyTagClassName
 {
   color: #AB5591;
 }
</style>
background-color css

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

 a { background-color: rgb(171,85,145); }

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

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

 span { border-color: rgb(171,85,145); }

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