#AC498D

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

Shades of Mulberry #AC498D

Tints of Mulberry #AC498D

Color information

#AC498D (or 0xAC498D) is unknown color: approx Mulberry. HEX triplet: AC, 49 and 8D. RGB value is (172,73,141). Sum of RGB (Red+Green+Blue) = 172+73+141=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC498D is #53B672. Grayscale: #6E6E6E. Windows color (decimal): -5486195 or 9259436. OLE color: 9259436.

HSL color Cylindrical-coordinate representation of color #AC498D: hue angle of 318.79º 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 #AC498D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17273141-
CMYK00.580.180.33
HSL318.79º40.41%48.04%-
HSV(B)318.79º57.56%67.45%-
XYZ24.215.4626.91-
YUV110.35145.3171.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=44.56%
G=18.91%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727314100.580.180.33318.7940.4148.04
HexAC498D03A122113f2830
Octal25411121507222414775060
Binary10101100100100110001101011101010010100001100111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC498D; }

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

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

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

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

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

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

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

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