#AC508A

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

Shades of Mulberry #AC508A

Tints of Mulberry #AC508A

Color information

#AC508A (or 0xAC508A) is unknown color: approx Mulberry. HEX triplet: AC, 50 and 8A. RGB value is (172,80,138). Sum of RGB (Red+Green+Blue) = 172+80+138=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC508A is #53AF75. Grayscale: #717171. Windows color (decimal): -5484406 or 9064620. OLE color: 9064620.

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

Color convert

RGB17280138-
CMYK00.530.200.33
HSL322.17º36.51%49.41%-
HSV(B)322.17º53.49%67.45%-
XYZ24.4716.3425.91-
YUV114.12141.48169.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=44.10%
G=20.51%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728013800.530.200.33322.1736.5149.41
HexAC508A03514211422531
Octal25412021206524415024561
Binary10101100101000010001010011010110100100001101000010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC508A; }

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

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

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

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

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

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

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

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