#AB558C

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

Shades of Mulberry #AB558C

Tints of Mulberry #AB558C

Color information

#AB558C (or 0xAB558C) is unknown color: approx Mulberry. HEX triplet: AB, 55 and 8C. RGB value is (171,85,140). Sum of RGB (Red+Green+Blue) = 171+85+140=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB558C is #54AA73. Grayscale: #747474. Windows color (decimal): -5548660 or 9196971. OLE color: 9196971.

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

Color convert

RGB17185140-
CMYK00.500.180.33
HSL321.63º33.86%50.2%-
HSV(B)321.63º50.29%67.06%-
XYZ24.7817.0526.8-
YUV116.98140.99166.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 140 (55.08% from 255) = 35.35%
R=43.18%
G=21.46%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718514000.500.180.33321.6333.8650.2
HexAB558C03212211422232
Octal25312521406222415024262
Binary10101011101010110001100011001010010100001101000010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB558C; }

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

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

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

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

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

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

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

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