#AB5288

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

Shades of Mulberry #AB5288

Tints of Mulberry #AB5288

Color information

#AB5288 (or 0xAB5288) is unknown color: approx Mulberry. HEX triplet: AB, 52 and 88. RGB value is (171,82,136). Sum of RGB (Red+Green+Blue) = 171+82+136=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5288 is #54AD77. Grayscale: #727272. Windows color (decimal): -5549432 or 8934059. OLE color: 8934059.

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

Color convert

RGB17182136-
CMYK00.520.200.33
HSL323.6º35.18%49.61%-
HSV(B)323.6º52.05%67.06%-
XYZ24.2616.4725.19-
YUV114.77139.99168.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 136 (53.52% from 255) = 34.96%
R=43.96%
G=21.08%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718213600.520.200.33323.635.1849.61
HexAB528803414211442332
Octal25312221006424415044362
Binary10101011101001010001000011010010100100001101000100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5288; }

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

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

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

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

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

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

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

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