#A30C86

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

Shades of Dark Magenta #A30C86

Tints of Dark Magenta #A30C86

Color information

#A30C86 (or 0xA30C86) is unknown color: approx Dark Magenta. HEX triplet: A3, 0C and 86. RGB value is (163,12,134). Sum of RGB (Red+Green+Blue) = 163+12+134=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30C86 is #5CF379. Grayscale: #464646. Windows color (decimal): -6091642 or 8785059. OLE color: 8785059.

HSL color Cylindrical-coordinate representation of color #A30C86: hue angle of 311.52º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30C86 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16312134-
CMYK00.930.180.36
HSL311.52º86.29%34.31%-
HSV(B)311.52º92.64%63.92%-
XYZ19.549.7723.41-
YUV71.06163.53193.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 12 (5.08% from 255) = 3.88%
BLUE value IS 134 (52.73% from 255) = 43.37%
R=52.75%
G=3.88%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631213400.930.180.36311.5286.2934.31
HexA3C8605D12241385622
Octal243142060135224447012642
Binary1010001111001000011001011101100101001001001110001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30C86; }

 p { color: rgb(163,12,134); }

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

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

 a { background-color: rgb(163,12,134); }

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

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

 span { border-color: rgb(163,12,134); }

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