#AB588C

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

Shades of Mulberry #AB588C

Tints of Mulberry #AB588C

Color information

#AB588C (or 0xAB588C) is unknown color: approx Mulberry. HEX triplet: AB, 58 and 8C. RGB value is (171,88,140). Sum of RGB (Red+Green+Blue) = 171+88+140=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB588C is #54A773. Grayscale: #767676. Windows color (decimal): -5547892 or 9197739. OLE color: 9197739.

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

Color convert

RGB17188140-
CMYK00.490.180.33
HSL322.41º33.07%50.78%-
HSV(B)322.41º48.54%67.06%-
XYZ25.0217.5326.88-
YUV118.74140165.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=42.86%
G=22.06%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718814000.490.180.33322.4133.0750.78
HexAB588C03112211422133
Octal25313021406122415024163
Binary10101011101100010001100011000110010100001101000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB588C; }

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

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

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

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

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

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

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

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