#AB4B91

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

Shades of Mulberry #AB4B91

Tints of Mulberry #AB4B91

Color information

#AB4B91 (or 0xAB4B91) is unknown color: approx Mulberry. HEX triplet: AB, 4B and 91. RGB value is (171,75,145). Sum of RGB (Red+Green+Blue) = 171+75+145=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4B91 is #54B46E. Grayscale: #6F6F6F. Windows color (decimal): -5551215 or 9522091. OLE color: 9522091.

HSL color Cylindrical-coordinate representation of color #AB4B91: hue angle of 316.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4B91 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17175145-
CMYK00.560.150.33
HSL316.25º39.02%48.24%-
HSV(B)316.25º56.14%67.06%-
XYZ24.4215.7328.54-
YUV111.68146.8170.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=43.73%
G=19.18%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717514500.560.150.33316.2539.0248.24
HexAB4B91038F2113c2730
Octal25311322107017414744760
Binary1010101110010111001000101110001111100001100111100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B91; }

 p { color: rgb(171,75,145); }

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

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

 a { background-color: rgb(171,75,145); }

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

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

 span { border-color: rgb(171,75,145); }

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