#A51196

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

Shades of Dark Magenta #A51196

Tints of Dark Magenta #A51196

Color information

#A51196 (or 0xA51196) is unknown color: approx Dark Magenta. HEX triplet: A5, 11 and 96. RGB value is (165,17,150). Sum of RGB (Red+Green+Blue) = 165+17+150=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A51196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51196 is #5AEE69. Grayscale: #4C4C4C. Windows color (decimal): -5959274 or 9834917. OLE color: 9834917.

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

Color convert

RGB16517150-
CMYK00.900.090.35
HSL306.08º81.32%35.69%-
HSV(B)306.08º89.7%64.71%-
XYZ21.2210.629.78-
YUV76.41169.53191.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 17 (7.03% from 255) = 5.12%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=49.70%
G=5.12%
B=45.18%

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
Decimal1651715000.900.090.35306.0881.3235.69
HexA5119605A9231325124
Octal245212260132114346212144
Binary1010010110001100101100101101010011000111001100101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51196; }

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

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

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

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

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

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

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

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