#AB5588

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

Shades of Mulberry #AB5588

Tints of Mulberry #AB5588

Color information

#AB5588 (or 0xAB5588) is unknown color: approx Mulberry. HEX triplet: AB, 55 and 88. RGB value is (171,85,136). Sum of RGB (Red+Green+Blue) = 171+85+136=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5588 is #54AA77. Grayscale: #747474. Windows color (decimal): -5548664 or 8934827. OLE color: 8934827.

HSL color Cylindrical-coordinate representation of color #AB5588: hue angle of 324.42º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5588 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17185136-
CMYK00.500.200.33
HSL324.42º33.86%50.2%-
HSV(B)324.42º50.29%67.06%-
XYZ24.4916.9325.27-
YUV116.53138.99166.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=43.62%
G=21.68%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718513600.500.200.33324.4233.8650.2
HexAB558803214211442232
Octal25312521006224415044262
Binary10101011101010110001000011001010100100001101000100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5588; }

 p { color: rgb(171,85,136); }

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

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

 a { background-color: rgb(171,85,136); }

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

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

 span { border-color: rgb(171,85,136); }

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