#AB5186

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

Shades of Mulberry #AB5186

Tints of Mulberry #AB5186

Color information

#AB5186 (or 0xAB5186) is unknown color: approx Mulberry. HEX triplet: AB, 51 and 86. RGB value is (171,81,134). Sum of RGB (Red+Green+Blue) = 171+81+134=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5186 is #54AE79. Grayscale: #717171. Windows color (decimal): -5549690 or 8802731. OLE color: 8802731.

HSL color Cylindrical-coordinate representation of color #AB5186: hue angle of 324.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5186 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17181134-
CMYK00.530.220.33
HSL324.67º35.71%49.41%-
HSV(B)324.67º52.63%67.06%-
XYZ24.0416.2624.43-
YUV113.95139.32168.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=44.30%
G=20.98%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718113400.530.220.33324.6735.7149.41
HexAB518603516211452431
Octal25312120606526415054461
Binary10101011101000110000110011010110110100001101000101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5186; }

 p { color: rgb(171,81,134); }

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

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

 a { background-color: rgb(171,81,134); }

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

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

 span { border-color: rgb(171,81,134); }

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