#A316A0

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

Shades of Dark Magenta #A316A0

Tints of Dark Magenta #A316A0

Color information

#A316A0 (or 0xA316A0) is unknown color: approx Dark Magenta. HEX triplet: A3, 16 and A0. RGB value is (163,22,160). Sum of RGB (Red+Green+Blue) = 163+22+160=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A316A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A316A0 is #5CE95F. Grayscale: #4F4F4F. Windows color (decimal): -6089056 or 10491555. OLE color: 10491555.

HSL color Cylindrical-coordinate representation of color #A316A0: hue angle of 301.28º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A316A0 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16322160-
CMYK00.870.020.36
HSL301.28º76.22%36.27%-
HSV(B)301.28º86.5%63.92%-
XYZ21.7410.934.22-
YUV79.89173.21187.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 22 (8.98% from 255) = 6.38%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=47.25%
G=6.38%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632216000.870.020.36301.2876.2236.27
HexA316A005722412d4c24
Octal24326240012724445511444
Binary10100011101101010000001010111101001001001011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A316A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A316A0; }

 p { color: rgb(163,22,160); }

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

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

 a { background-color: rgb(163,22,160); }

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

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

 span { border-color: rgb(163,22,160); }

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