#A313A1

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

Shades of Dark Magenta #A313A1

Tints of Dark Magenta #A313A1

Color information

#A313A1 (or 0xA313A1) is unknown color: approx Dark Magenta. HEX triplet: A3, 13 and A1. RGB value is (163,19,161). Sum of RGB (Red+Green+Blue) = 163+19+161=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A313A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A313A1 is #5CEC5E. Grayscale: #4D4D4D. Windows color (decimal): -6089823 or 10556323. OLE color: 10556323.

HSL color Cylindrical-coordinate representation of color #A313A1: hue angle of 300.83º degrees, saturation: 0.79, 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 #A313A1 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16319161-
CMYK00.880.010.36
HSL300.83º79.12%35.69%-
HSV(B)300.83º88.34%63.92%-
XYZ21.7710.8334.66-
YUV78.24174.71188.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 19 (7.81% from 255) = 5.54%
BLUE value IS 161 (63.28% from 255) = 46.94%
R=47.52%
G=5.54%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631916100.880.010.36300.8379.1235.69
HexA313A105812412d4f24
Octal24323241013014445511744
Binary1010001110011101000010101100011001001001011011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A313A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A313A1; }

 p { color: rgb(163,19,161); }

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

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

 a { background-color: rgb(163,19,161); }

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

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

 span { border-color: rgb(163,19,161); }

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