#AB5887

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

Shades of Mulberry #AB5887

Tints of Mulberry #AB5887

Color information

#AB5887 (or 0xAB5887) is unknown color: approx Mulberry. HEX triplet: AB, 58 and 87. RGB value is (171,88,135). Sum of RGB (Red+Green+Blue) = 171+88+135=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5887 is #54A778. Grayscale: #767676. Windows color (decimal): -5547897 or 8870059. OLE color: 8870059.

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

Color convert

RGB17188135-
CMYK00.490.210.33
HSL326.02º33.07%50.78%-
HSV(B)326.02º48.54%67.06%-
XYZ24.6617.3924.98-
YUV118.18137.5165.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=43.40%
G=22.34%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718813500.490.210.33326.0233.0750.78
HexAB588703115211462133
Octal25313020706125415064163
Binary10101011101100010000111011000110101100001101000110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5887; }

 p { color: rgb(171,88,135); }

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

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

 a { background-color: rgb(171,88,135); }

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

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

 span { border-color: rgb(171,88,135); }

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