#AB518A

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

Shades of Mulberry #AB518A

Tints of Mulberry #AB518A

Color information

#AB518A (or 0xAB518A) is unknown color: approx Mulberry. HEX triplet: AB, 51 and 8A. RGB value is (171,81,138). Sum of RGB (Red+Green+Blue) = 171+81+138=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB518A is #54AE75. Grayscale: #727272. Windows color (decimal): -5549686 or 9064875. OLE color: 9064875.

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

Color convert

RGB17181138-
CMYK00.530.190.33
HSL322º35.71%49.41%-
HSV(B)322º52.63%67.06%-
XYZ24.3216.3825.92-
YUV114.41141.32168.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=43.85%
G=20.77%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718113800.530.190.3332235.7149.41
HexAB518A03513211422431
Octal25312121206523415024461
Binary10101011101000110001010011010110011100001101000010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB518A; }

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

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

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

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

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

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

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

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