#A31292

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

Shades of Dark Magenta #A31292

Tints of Dark Magenta #A31292

Color information

#A31292 (or 0xA31292) is unknown color: approx Dark Magenta. HEX triplet: A3, 12 and 92. RGB value is (163,18,146). Sum of RGB (Red+Green+Blue) = 163+18+146=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A31292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31292 is #5CED6D. Grayscale: #4B4B4B. Windows color (decimal): -6090094 or 9573027. OLE color: 9573027.

HSL color Cylindrical-coordinate representation of color #A31292: hue angle of 307.03º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31292 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16318146-
CMYK00.890.100.36
HSL307.03º80.11%35.49%-
HSV(B)307.03º88.96%63.92%-
XYZ20.5110.2928.1-
YUV75.95167.54190.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=49.85%
G=5.50%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631814600.890.100.36307.0380.1135.49
HexA31292059A241335023
Octal243222220131124446312043
Binary1010001110010100100100101100110101001001001100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31292; }

 p { color: rgb(163,18,146); }

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

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

 a { background-color: rgb(163,18,146); }

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

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

 span { border-color: rgb(163,18,146); }

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