#AB538C

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

Shades of Mulberry #AB538C

Tints of Mulberry #AB538C

Color information

#AB538C (or 0xAB538C) is unknown color: approx Mulberry. HEX triplet: AB, 53 and 8C. RGB value is (171,83,140). Sum of RGB (Red+Green+Blue) = 171+83+140=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB538C is #54AC73. Grayscale: #737373. Windows color (decimal): -5549172 or 9196459. OLE color: 9196459.

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

Color convert

RGB17183140-
CMYK00.510.180.33
HSL321.14º34.65%49.8%-
HSV(B)321.14º51.46%67.06%-
XYZ24.6216.7426.74-
YUV115.81141.65167.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 83 (32.81% from 255) = 21.07%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=43.40%
G=21.07%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718314000.510.180.33321.1434.6549.8
HexAB538C03312211412332
Octal25312321406322415014362
Binary10101011101001110001100011001110010100001101000001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB538C; }

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

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

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

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

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

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

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

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