#AB5388

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

Shades of Mulberry #AB5388

Tints of Mulberry #AB5388

Color information

#AB5388 (or 0xAB5388) is unknown color: approx Mulberry. HEX triplet: AB, 53 and 88. RGB value is (171,83,136). Sum of RGB (Red+Green+Blue) = 171+83+136=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5388 is #54AC77. Grayscale: #737373. Windows color (decimal): -5549176 or 8934315. OLE color: 8934315.

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

Color convert

RGB17183136-
CMYK00.510.200.33
HSL323.86º34.65%49.8%-
HSV(B)323.86º51.46%67.06%-
XYZ24.3316.6225.22-
YUV115.35139.65167.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=43.85%
G=21.28%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718313600.510.200.33323.8634.6549.8
HexAB538803314211442332
Octal25312321006324415044362
Binary10101011101001110001000011001110100100001101000100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5388; }

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

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

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

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

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

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

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

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