#AB4B8D

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

Shades of Mulberry #AB4B8D

Tints of Mulberry #AB4B8D

Color information

#AB4B8D (or 0xAB4B8D) is unknown color: approx Mulberry. HEX triplet: AB, 4B and 8D. RGB value is (171,75,141). Sum of RGB (Red+Green+Blue) = 171+75+141=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4B8D is #54B472. Grayscale: #6F6F6F. Windows color (decimal): -5551219 or 9259947. OLE color: 9259947.

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

Color convert

RGB17175141-
CMYK00.560.180.33
HSL318.75º39.02%48.24%-
HSV(B)318.75º56.14%67.06%-
XYZ24.1215.6126.94-
YUV111.23144.8170.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=44.19%
G=19.38%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717514100.560.180.33318.7539.0248.24
HexAB4B8D038122113f2730
Octal25311321507022414774760
Binary10101011100101110001101011100010010100001100111111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B8D; }

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

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

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

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

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

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

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

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