#AC498B

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

Shades of Mulberry #AC498B

Tints of Mulberry #AC498B

Color information

#AC498B (or 0xAC498B) is unknown color: approx Mulberry. HEX triplet: AC, 49 and 8B. RGB value is (172,73,139). Sum of RGB (Red+Green+Blue) = 172+73+139=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC498B is #53B674. Grayscale: #6D6D6D. Windows color (decimal): -5486197 or 9128364. OLE color: 9128364.

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

Color convert

RGB17273139-
CMYK00.580.190.33
HSL320º40.41%48.04%-
HSV(B)320º57.56%67.45%-
XYZ24.0615.426.13-
YUV110.12144.3172.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=44.79%
G=19.01%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727313900.580.190.3332040.4148.04
HexAC498B03A13211402830
Octal25411121307223415005060
Binary10101100100100110001011011101010011100001101000000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC498B; }

 p { color: rgb(172,73,139); }

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

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

 a { background-color: rgb(172,73,139); }

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

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

 span { border-color: rgb(172,73,139); }

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