#A30EA3

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

Shades of Dark Magenta #A30EA3

Tints of Dark Magenta #A30EA3

Color information

#A30EA3 (or 0xA30EA3) is unknown color: approx Dark Magenta. HEX triplet: A3, 0E and A3. RGB value is (163,14,163). Sum of RGB (Red+Green+Blue) = 163+14+163=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A30EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30EA3 is #5CF15C. Grayscale: #4B4B4B. Windows color (decimal): -6091101 or 10686115. OLE color: 10686115.

HSL color Cylindrical-coordinate representation of color #A30EA3: hue angle of 300º 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 #A30EA3 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16314163-
CMYK00.9100.36
HSL300º84.18%34.71%-
HSV(B)300º91.41%63.92%-
XYZ21.8710.7435.57-
YUV75.54177.36190.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 14 (5.86% from 255) = 4.12%
BLUE value IS 163 (64.06% from 255) = 47.94%
R=47.94%
G=4.12%
B=47.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631416300.9100.3630084.1834.71
HexA3EA305B02412c5423
Octal24316243013304445412443
Binary101000111110101000110101101101001001001011001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30EA3; }

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

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

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

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

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

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

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

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