#AB5A8F

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

Shades of Mulberry #AB5A8F

Tints of Mulberry #AB5A8F

Color information

#AB5A8F (or 0xAB5A8F) is unknown color: approx Mulberry. HEX triplet: AB, 5A and 8F. RGB value is (171,90,143). Sum of RGB (Red+Green+Blue) = 171+90+143=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A8F is #54A570. Grayscale: #787878. Windows color (decimal): -5547377 or 9394859. OLE color: 9394859.

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

Color convert

RGB17190143-
CMYK00.470.160.33
HSL320.74º32.53%51.18%-
HSV(B)320.74º47.37%67.06%-
XYZ25.4117.9528.11-
YUV120.26140.84164.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=42.33%
G=22.28%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719014300.470.160.33320.7432.5351.18
HexAB5A8F02F10211412133
Octal25313221705720415014163
Binary10101011101101010001111010111110000100001101000001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A8F; }

 p { color: rgb(171,90,143); }

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

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

 a { background-color: rgb(171,90,143); }

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

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

 span { border-color: rgb(171,90,143); }

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