#A10F86

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

Shades of Dark Magenta #A10F86

Tints of Dark Magenta #A10F86

Color information

#A10F86 (or 0xA10F86) is unknown color: approx Dark Magenta. HEX triplet: A1, 0F and 86. RGB value is (161,15,134). Sum of RGB (Red+Green+Blue) = 161+15+134=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10F86 is #5EF079. Grayscale: #474747. Windows color (decimal): -6221946 or 8785825. OLE color: 8785825.

HSL color Cylindrical-coordinate representation of color #A10F86: hue angle of 311.1º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10F86 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16115134-
CMYK00.910.170.37
HSL311.1º82.95%34.51%-
HSV(B)311.1º90.68%63.14%-
XYZ19.179.6423.4-
YUV72.22162.87191.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 15 (6.25% from 255) = 4.84%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=51.94%
G=4.84%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611513400.910.170.37311.182.9534.51
HexA1F8605B11251375323
Octal241172060133214546712343
Binary1010000111111000011001011011100011001011001101111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F86; }

 p { color: rgb(161,15,134); }

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

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

 a { background-color: rgb(161,15,134); }

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

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

 span { border-color: rgb(161,15,134); }

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