#A31291

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

Shades of Dark Magenta #A31291

Tints of Dark Magenta #A31291

Color information

#A31291 (or 0xA31291) is unknown color: approx Dark Magenta. HEX triplet: A3, 12 and 91. RGB value is (163,18,145). Sum of RGB (Red+Green+Blue) = 163+18+145=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A31291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31291 is #5CED6E. Grayscale: #4B4B4B. Windows color (decimal): -6090095 or 9507491. OLE color: 9507491.

HSL color Cylindrical-coordinate representation of color #A31291: hue angle of 307.45º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31291 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16318145-
CMYK00.890.110.36
HSL307.45º80.11%35.49%-
HSV(B)307.45º88.96%63.92%-
XYZ20.4310.2627.69-
YUV75.83167.04190.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=50%
G=5.52%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631814500.890.110.36307.4580.1135.49
HexA31291059B241335023
Octal243222210131134446312043
Binary1010001110010100100010101100110111001001001100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31291; }

 p { color: rgb(163,18,145); }

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

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

 a { background-color: rgb(163,18,145); }

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

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

 span { border-color: rgb(163,18,145); }

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