#AB5488

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

Shades of Mulberry #AB5488

Tints of Mulberry #AB5488

Color information

#AB5488 (or 0xAB5488) is unknown color: approx Mulberry. HEX triplet: AB, 54 and 88. RGB value is (171,84,136). Sum of RGB (Red+Green+Blue) = 171+84+136=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5488 is #54AB77. Grayscale: #737373. Windows color (decimal): -5548920 or 8934571. OLE color: 8934571.

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

Color convert

RGB17184136-
CMYK00.510.200.33
HSL324.14º34.12%50%-
HSV(B)324.14º50.88%67.06%-
XYZ24.4116.7825.24-
YUV115.94139.32167.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=43.73%
G=21.48%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718413600.510.200.33324.1434.1250
HexAB548803314211442232
Octal25312421006324415044262
Binary10101011101010010001000011001110100100001101000100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5488; }

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

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

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

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

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

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

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

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