#A31190

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

Shades of Dark Magenta #A31190

Tints of Dark Magenta #A31190

Color information

#A31190 (or 0xA31190) is unknown color: approx Dark Magenta. HEX triplet: A3, 11 and 90. RGB value is (163,17,144). Sum of RGB (Red+Green+Blue) = 163+17+144=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A31190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31190 is #5CEE6F. Grayscale: #4A4A4A. Windows color (decimal): -6090352 or 9441699. OLE color: 9441699.

HSL color Cylindrical-coordinate representation of color #A31190: hue angle of 307.81º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31190 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16317144-
CMYK00.900.120.36
HSL307.81º81.11%35.29%-
HSV(B)307.81º89.57%63.92%-
XYZ20.3410.227.28-
YUV75.13166.87190.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 17 (7.03% from 255) = 5.25%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=50.31%
G=5.25%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631714400.900.120.36307.8181.1135.29
HexA3119005AC241345123
Octal243212200132144446412143
Binary1010001110001100100000101101011001001001001101001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31190; }

 p { color: rgb(163,17,144); }

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

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

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

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

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

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

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