#a31699

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

Shades of Dark Magenta #A31699

Tints of Dark Magenta #A31699

Color information

#A31699 (or 0xA31699) is unknown color: approx Dark Magenta. HEX triplet: A3, 16 and 99. RGB value is (163,22,153). Sum of RGB (Red+Green+Blue) = 163+22+153=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A31699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31699 is #5CE966. Grayscale: #4E4E4E. Windows color (decimal): -6089063 or 10032803. OLE color: 10032803.

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

Color convert

RGB16322153-
CMYK00.870.060.36
HSL304.26º76.22%36.27%-
HSV(B)304.26º86.5%63.92%-
XYZ21.1410.6631.08-
YUV79.09169.71187.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 22 (8.98% from 255) = 6.51%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=48.22%
G=6.51%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632215300.870.060.36304.2676.2236.27
HexA316990576241304c24
Octal24326231012764446011444
Binary101000111011010011001010101111101001001001100001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31699; }

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

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

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

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

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

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

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

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