#A51296

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

Shades of Dark Magenta #A51296

Tints of Dark Magenta #A51296

Color information

#A51296 (or 0xA51296) is unknown color: approx Dark Magenta. HEX triplet: A5, 12 and 96. RGB value is (165,18,150). Sum of RGB (Red+Green+Blue) = 165+18+150=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A51296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51296 is #5AED69. Grayscale: #4C4C4C. Windows color (decimal): -5959018 or 9835173. OLE color: 9835173.

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

Color convert

RGB16518150-
CMYK00.890.090.35
HSL306.12º80.33%35.88%-
HSV(B)306.12º89.09%64.71%-
XYZ21.2410.6329.79-
YUV77169.2190.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 18 (7.42% from 255) = 5.41%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=49.55%
G=5.41%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651815000.890.090.35306.1280.3335.88
HexA512960599231325024
Octal245222260131114346212044
Binary1010010110010100101100101100110011000111001100101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51296; }

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

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

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

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

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

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

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

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