#a319a1

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

Shades of Dark Magenta #A319A1

Tints of Dark Magenta #A319A1

Color information

#A319A1 (or 0xA319A1) is unknown color: approx Dark Magenta. HEX triplet: A3, 19 and A1. RGB value is (163,25,161). Sum of RGB (Red+Green+Blue) = 163+25+161=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A319A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A319A1 is #5CE65E. Grayscale: #515151. Windows color (decimal): -6088287 or 10557859. OLE color: 10557859.

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

Color convert

RGB16325161-
CMYK00.850.010.36
HSL300.87º73.4%36.86%-
HSV(B)300.87º84.66%63.92%-
XYZ21.8811.0634.7-
YUV81.77172.72185.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 25 (10.16% from 255) = 7.16%
BLUE value IS 161 (63.28% from 255) = 46.13%
R=46.70%
G=7.16%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632516100.850.010.36300.8773.436.86
HexA319A105512412d4925
Octal24331241012514445511145
Binary1010001111001101000010101010111001001001011011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a319a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a319a1; }

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

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

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

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

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

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

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

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