#AB4E8C

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

Shades of Mulberry #AB4E8C

Tints of Mulberry #AB4E8C

Color information

#AB4E8C (or 0xAB4E8C) is unknown color: approx Mulberry. HEX triplet: AB, 4E and 8C. RGB value is (171,78,140). Sum of RGB (Red+Green+Blue) = 171+78+140=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4E8C is #54B173. Grayscale: #707070. Windows color (decimal): -5550452 or 9195179. OLE color: 9195179.

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

Color convert

RGB17178140-
CMYK00.540.180.33
HSL320º37.35%48.82%-
HSV(B)320º54.39%67.06%-
XYZ24.251626.62-
YUV112.88143.31169.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 78 (30.86% from 255) = 20.05%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=43.96%
G=20.05%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717814000.540.180.3332037.3548.82
HexAB4E8C03612211402531
Octal25311621406622415004561
Binary10101011100111010001100011011010010100001101000000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E8C; }

 p { color: rgb(171,78,140); }

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

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

 a { background-color: rgb(171,78,140); }

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

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

 span { border-color: rgb(171,78,140); }

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