#AB538E

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

Shades of Mulberry #AB538E

Tints of Mulberry #AB538E

Color information

#AB538E (or 0xAB538E) is unknown color: approx Mulberry. HEX triplet: AB, 53 and 8E. RGB value is (171,83,142). Sum of RGB (Red+Green+Blue) = 171+83+142=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB538E is #54AC71. Grayscale: #737373. Windows color (decimal): -5549170 or 9327531. OLE color: 9327531.

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

Color convert

RGB17183142-
CMYK00.510.170.33
HSL319.77º34.65%49.8%-
HSV(B)319.77º51.46%67.06%-
XYZ24.7716.827.53-
YUV116.04142.65167.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 83 (32.81% from 255) = 20.96%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=43.18%
G=20.96%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718314200.510.170.33319.7734.6549.8
HexAB538E03311211402332
Octal25312321606321415004362
Binary10101011101001110001110011001110001100001101000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB538E; }

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

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

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

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

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

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

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

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