#A31196

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

Shades of Dark Magenta #A31196

Tints of Dark Magenta #A31196

Color information

#A31196 (or 0xA31196) is unknown color: approx Dark Magenta. HEX triplet: A3, 11 and 96. RGB value is (163,17,150). Sum of RGB (Red+Green+Blue) = 163+17+150=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A31196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31196 is #5CEE69. Grayscale: #4B4B4B. Windows color (decimal): -6090346 or 9834915. OLE color: 9834915.

HSL color Cylindrical-coordinate representation of color #A31196: hue angle of 305.34º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31196 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16317150-
CMYK00.900.080.36
HSL305.34º81.11%35.29%-
HSV(B)305.34º89.57%63.92%-
XYZ20.8110.3929.76-
YUV75.82169.87190.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 17 (7.03% from 255) = 5.15%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=49.39%
G=5.15%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631715000.900.080.36305.3481.1135.29
HexA3119605A8241315123
Octal243212260132104446112143
Binary1010001110001100101100101101010001001001001100011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31196; }

 p { color: rgb(163,17,150); }

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

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

 a { background-color: rgb(163,17,150); }

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

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

 span { border-color: rgb(163,17,150); }

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