#A91096

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

Shades of Dark Magenta #A91096

Tints of Dark Magenta #A91096

Color information

#A91096 (or 0xA91096) is unknown color: approx Dark Magenta. HEX triplet: A9, 10 and 96. RGB value is (169,16,150). Sum of RGB (Red+Green+Blue) = 169+16+150=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A91096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91096 is #56EF69. Grayscale: #4C4C4C. Windows color (decimal): -5697386 or 9834665. OLE color: 9834665.

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

Color convert

RGB16916150-
CMYK00.910.110.34
HSL307.45º82.7%36.27%-
HSV(B)307.45º90.53%66.27%-
XYZ22.0511.0129.82-
YUV77.02169.19193.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 16 (6.64% from 255) = 4.78%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=50.45%
G=4.78%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691615000.910.110.34307.4582.736.27
HexA9109605BB221335324
Octal251202260133134246312344
Binary1010100110000100101100101101110111000101001100111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91096; }

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

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

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

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

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

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

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

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