#A30E89

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

Shades of Dark Magenta #A30E89

Tints of Dark Magenta #A30E89

Color information

#A30E89 (or 0xA30E89) is unknown color: approx Dark Magenta. HEX triplet: A3, 0E and 89. RGB value is (163,14,137). Sum of RGB (Red+Green+Blue) = 163+14+137=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E89 is #5CF176. Grayscale: #484848. Windows color (decimal): -6091127 or 8982179. OLE color: 8982179.

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

Color convert

RGB16314137-
CMYK00.910.160.36
HSL310.47º84.18%34.71%-
HSV(B)310.47º91.41%63.92%-
XYZ19.789.9124.54-
YUV72.57164.36192.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 14 (5.86% from 255) = 4.46%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=51.91%
G=4.46%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631413700.910.160.36310.4784.1834.71
HexA3E8905B10241365423
Octal243162110133204446612443
Binary1010001111101000100101011011100001001001001101101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E89; }

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

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

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

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

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

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

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

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