#A81296

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

Shades of Dark Magenta #A81296

Tints of Dark Magenta #A81296

Color information

#A81296 (or 0xA81296) is unknown color: approx Dark Magenta. HEX triplet: A8, 12 and 96. RGB value is (168,18,150). Sum of RGB (Red+Green+Blue) = 168+18+150=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A81296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81296 is #57ED69. Grayscale: #4D4D4D. Windows color (decimal): -5762410 or 9835176. OLE color: 9835176.

HSL color Cylindrical-coordinate representation of color #A81296: hue angle of 307.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81296 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB16818150-
CMYK00.890.110.34
HSL307.2º80.65%36.47%-
HSV(B)307.2º89.29%65.88%-
XYZ21.8710.9629.82-
YUV77.9168.7192.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 5.36%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=50%
G=5.36%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681815000.890.110.34307.280.6536.47
HexA81296059B221335124
Octal250222260131134246312144
Binary1010100010010100101100101100110111000101001100111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81296; }

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

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

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

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

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

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

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

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