#A51096

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

Shades of Dark Magenta #A51096

Tints of Dark Magenta #A51096

Color information

#A51096 (or 0xA51096) is unknown color: approx Dark Magenta. HEX triplet: A5, 10 and 96. RGB value is (165,16,150). Sum of RGB (Red+Green+Blue) = 165+16+150=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A51096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51096 is #5AEF69. Grayscale: #4B4B4B. Windows color (decimal): -5959530 or 9834661. OLE color: 9834661.

HSL color Cylindrical-coordinate representation of color #A51096: hue angle of 306.04º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51096 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB16516150-
CMYK00.900.090.35
HSL306.04º82.32%35.49%-
HSV(B)306.04º90.3%64.71%-
XYZ21.2110.5729.78-
YUV75.83169.86191.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 16 (6.64% from 255) = 4.83%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=49.85%
G=4.83%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651615000.900.090.35306.0482.3235.49
HexA5109605A9231325223
Octal245202260132114346212243
Binary1010010110000100101100101101010011000111001100101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51096; }

 p { color: rgb(165,16,150); }

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

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

 a { background-color: rgb(165,16,150); }

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

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

 span { border-color: rgb(165,16,150); }

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