#AB588A

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

Shades of Mulberry #AB588A

Tints of Mulberry #AB588A

Color information

#AB588A (or 0xAB588A) is unknown color: approx Mulberry. HEX triplet: AB, 58 and 8A. RGB value is (171,88,138). Sum of RGB (Red+Green+Blue) = 171+88+138=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB588A is #54A775. Grayscale: #767676. Windows color (decimal): -5547894 or 9066667. OLE color: 9066667.

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

Color convert

RGB17188138-
CMYK00.490.190.33
HSL323.86º33.07%50.78%-
HSV(B)323.86º48.54%67.06%-
XYZ24.8717.4726.11-
YUV118.52139165.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=43.07%
G=22.17%
B=34.76%

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
Decimal1718813800.490.190.33323.8633.0750.78
HexAB588A03113211442133
Octal25313021206123415044163
Binary10101011101100010001010011000110011100001101000100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB588A; }

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

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

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

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

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

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

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

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