#A30A8F

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

Shades of Dark Magenta #A30A8F

Tints of Dark Magenta #A30A8F

Color information

#A30A8F (or 0xA30A8F) is unknown color: approx Dark Magenta. HEX triplet: A3, 0A and 8F. RGB value is (163,10,143). Sum of RGB (Red+Green+Blue) = 163+10+143=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30A8F is #5CF570. Grayscale: #464646. Windows color (decimal): -6092145 or 9374371. OLE color: 9374371.

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

Color convert

RGB16310143-
CMYK00.940.120.36
HSL307.84º88.44%33.92%-
HSV(B)307.84º93.87%63.92%-
XYZ20.179.9926.85-
YUV70.91168.69193.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 10 (4.30% from 255) = 3.16%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=51.58%
G=3.16%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631014300.940.120.36307.8488.4433.92
HexA3A8F05EC241345822
Octal243122170136144446413042
Binary101000111010100011110101111011001001001001101001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30A8F; }

 p { color: rgb(163,10,143); }

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

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

 a { background-color: rgb(163,10,143); }

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

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

 span { border-color: rgb(163,10,143); }

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