#AB528D

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

Shades of Mulberry #AB528D

Tints of Mulberry #AB528D

Color information

#AB528D (or 0xAB528D) is unknown color: approx Mulberry. HEX triplet: AB, 52 and 8D. RGB value is (171,82,141). Sum of RGB (Red+Green+Blue) = 171+82+141=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB528D is #54AD72. Grayscale: #737373. Windows color (decimal): -5549427 or 9261739. OLE color: 9261739.

HSL color Cylindrical-coordinate representation of color #AB528D: hue angle of 320.22º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB528D is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17182141-
CMYK00.520.180.33
HSL320.22º35.18%49.61%-
HSV(B)320.22º52.05%67.06%-
XYZ24.6216.6227.11-
YUV115.34142.49167.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=43.40%
G=20.81%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718214100.520.180.33320.2235.1849.61
HexAB528D03412211402332
Octal25312221506422415004362
Binary10101011101001010001101011010010010100001101000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB528D; }

 p { color: rgb(171,82,141); }

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

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

 a { background-color: rgb(171,82,141); }

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

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

 span { border-color: rgb(171,82,141); }

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