#AB528A

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

Shades of Mulberry #AB528A

Tints of Mulberry #AB528A

Color information

#AB528A (or 0xAB528A) is unknown color: approx Mulberry. HEX triplet: AB, 52 and 8A. RGB value is (171,82,138). Sum of RGB (Red+Green+Blue) = 171+82+138=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB528A is #54AD75. Grayscale: #727272. Windows color (decimal): -5549430 or 9065131. OLE color: 9065131.

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

Color convert

RGB17182138-
CMYK00.520.190.33
HSL322.25º35.18%49.61%-
HSV(B)322.25º52.05%67.06%-
XYZ24.416.5325.95-
YUV115140.99167.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=43.73%
G=20.97%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718213800.520.190.33322.2535.1849.61
HexAB528A03413211422332
Octal25312221206423415024362
Binary10101011101001010001010011010010011100001101000010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB528A; }

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

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

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

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

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

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

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

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