#AB588B

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

Shades of Mulberry #AB588B

Tints of Mulberry #AB588B

Color information

#AB588B (or 0xAB588B) is unknown color: approx Mulberry. HEX triplet: AB, 58 and 8B. RGB value is (171,88,139). Sum of RGB (Red+Green+Blue) = 171+88+139=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB588B is #54A774. Grayscale: #767676. Windows color (decimal): -5547893 or 9132203. OLE color: 9132203.

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

Color convert

RGB17188139-
CMYK00.490.190.33
HSL323.13º33.07%50.78%-
HSV(B)323.13º48.54%67.06%-
XYZ24.9417.526.49-
YUV118.63139.5165.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=42.96%
G=22.11%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718813900.490.190.33323.1333.0750.78
HexAB588B03113211432133
Octal25313021306123415034163
Binary10101011101100010001011011000110011100001101000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB588B; }

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

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

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

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

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

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

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

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