#A30EA0

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

Shades of Dark Magenta #A30EA0

Tints of Dark Magenta #A30EA0

Color information

#A30EA0 (or 0xA30EA0) is unknown color: approx Dark Magenta. HEX triplet: A3, 0E and A0. RGB value is (163,14,160). Sum of RGB (Red+Green+Blue) = 163+14+160=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A30EA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30EA0 is #5CF15F. Grayscale: #4A4A4A. Windows color (decimal): -6091104 or 10489507. OLE color: 10489507.

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

Color convert

RGB16314160-
CMYK00.910.020.36
HSL301.21º84.18%34.71%-
HSV(B)301.21º91.41%63.92%-
XYZ21.6110.6434.17-
YUV75.19175.86190.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 14 (5.86% from 255) = 4.15%
BLUE value IS 160 (62.89% from 255) = 47.48%
R=48.37%
G=4.15%
B=47.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631416000.910.020.36301.2184.1834.71
HexA3EA005B22412d5423
Octal24316240013324445512443
Binary1010001111101010000001011011101001001001011011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30EA0; }

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

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

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

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

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

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

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

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