#AB558E

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

Shades of Mulberry #AB558E

Tints of Mulberry #AB558E

Color information

#AB558E (or 0xAB558E) is unknown color: approx Mulberry. HEX triplet: AB, 55 and 8E. RGB value is (171,85,142). Sum of RGB (Red+Green+Blue) = 171+85+142=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB558E is #54AA71. Grayscale: #757575. Windows color (decimal): -5548658 or 9328043. OLE color: 9328043.

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

Color convert

RGB17185142-
CMYK00.500.170.33
HSL320.23º33.86%50.2%-
HSV(B)320.23º50.29%67.06%-
XYZ24.9317.1127.58-
YUV117.21141.99166.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=42.96%
G=21.36%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718514200.500.170.33320.2333.8650.2
HexAB558E03211211402232
Octal25312521606221415004262
Binary10101011101010110001110011001010001100001101000000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB558E; }

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

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

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

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

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

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

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

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