#A30E93

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

Shades of Dark Magenta #A30E93

Tints of Dark Magenta #A30E93

Color information

#A30E93 (or 0xA30E93) is unknown color: approx Dark Magenta. HEX triplet: A3, 0E and 93. RGB value is (163,14,147). Sum of RGB (Red+Green+Blue) = 163+14+147=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E93 is #5CF16C. Grayscale: #494949. Windows color (decimal): -6091117 or 9637539. OLE color: 9637539.

HSL color Cylindrical-coordinate representation of color #A30E93: hue angle of 306.44º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E93 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16314147-
CMYK00.910.100.36
HSL306.44º84.18%34.71%-
HSV(B)306.44º91.41%63.92%-
XYZ20.5310.2128.49-
YUV73.71169.36191.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 14 (5.86% from 255) = 4.32%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=50.31%
G=4.32%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631414700.910.100.36306.4484.1834.71
HexA3E9305BA241325423
Octal243162230133124446212443
Binary101000111110100100110101101110101001001001100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E93; }

 p { color: rgb(163,14,147); }

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

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

 a { background-color: rgb(163,14,147); }

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

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

 span { border-color: rgb(163,14,147); }

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