#A3149F

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

Shades of Dark Magenta #A3149F

Tints of Dark Magenta #A3149F

Color information

#A3149F (or 0xA3149F) is unknown color: approx Dark Magenta. HEX triplet: A3, 14 and 9F. RGB value is (163,20,159). Sum of RGB (Red+Green+Blue) = 163+20+159=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3149F is #5CEB60. Grayscale: #4E4E4E. Windows color (decimal): -6089569 or 10425507. OLE color: 10425507.

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

Color convert

RGB16320159-
CMYK00.880.020.36
HSL301.68º78.14%35.88%-
HSV(B)301.68º87.73%63.92%-
XYZ21.6110.7933.74-
YUV78.6173.38188.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.66%
GREEN value IS 20 (8.20% from 255) = 5.85%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=47.66%
G=5.85%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632015900.880.020.36301.6878.1435.88
HexA3149F05822412e4e24
Octal24324237013024445611644
Binary10100011101001001111101011000101001001001011101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3149F; }

 p { color: rgb(163,20,159); }

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

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

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

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

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

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

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