#AB588D

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

Shades of Mulberry #AB588D

Tints of Mulberry #AB588D

Color information

#AB588D (or 0xAB588D) is unknown color: approx Mulberry. HEX triplet: AB, 58 and 8D. RGB value is (171,88,141). Sum of RGB (Red+Green+Blue) = 171+88+141=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB588D is #54A772. Grayscale: #767676. Windows color (decimal): -5547891 or 9263275. OLE color: 9263275.

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

Color convert

RGB17188141-
CMYK00.490.180.33
HSL321.69º33.07%50.78%-
HSV(B)321.69º48.54%67.06%-
XYZ25.0917.5627.27-
YUV118.86140.5165.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 88 (34.77% from 255) = 22%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=42.75%
G=22%
B=35.25%

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
Decimal1718814100.490.180.33321.6933.0750.78
HexAB588D03112211422133
Octal25313021506122415024163
Binary10101011101100010001101011000110010100001101000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB588D; }

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

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

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

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

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

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

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

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