#AC498A

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

Shades of Mulberry #AC498A

Tints of Mulberry #AC498A

Color information

#AC498A (or 0xAC498A) is unknown color: approx Mulberry. HEX triplet: AC, 49 and 8A. RGB value is (172,73,138). Sum of RGB (Red+Green+Blue) = 172+73+138=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC498A is #53B675. Grayscale: #6D6D6D. Windows color (decimal): -5486198 or 9062828. OLE color: 9062828.

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

Color convert

RGB17273138-
CMYK00.580.200.33
HSL320.61º40.41%48.04%-
HSV(B)320.61º57.56%67.45%-
XYZ23.9815.3725.75-
YUV110.01143.8172.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=44.91%
G=19.06%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727313800.580.200.33320.6140.4148.04
HexAC498A03A14211412830
Octal25411121207224415015060
Binary10101100100100110001010011101010100100001101000001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC498A; }

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

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

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

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

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

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

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

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