#A3199C

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

Shades of Dark Magenta #A3199C

Tints of Dark Magenta #A3199C

Color information

#A3199C (or 0xA3199C) is unknown color: approx Dark Magenta. HEX triplet: A3, 19 and 9C. RGB value is (163,25,156). Sum of RGB (Red+Green+Blue) = 163+25+156=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3199C is #5CE663. Grayscale: #505050. Windows color (decimal): -6088292 or 10230179. OLE color: 10230179.

HSL color Cylindrical-coordinate representation of color #A3199C: hue angle of 303.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3199C is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16325156-
CMYK00.850.040.36
HSL303.04º73.4%36.86%-
HSV(B)303.04º84.66%63.92%-
XYZ21.4510.8832.42-
YUV81.2170.22186.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 25 (10.16% from 255) = 7.27%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=47.38%
G=7.27%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632515600.850.040.36303.0473.436.86
HexA3199C05542412f4925
Octal24331234012544445711145
Binary101000111100110011100010101011001001001001011111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3199C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3199C; }

 p { color: rgb(163,25,156); }

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

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

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

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

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

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

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