#A10F8E

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

Shades of Dark Magenta #A10F8E

Tints of Dark Magenta #A10F8E

Color information

#A10F8E (or 0xA10F8E) is unknown color: approx Dark Magenta. HEX triplet: A1, 0F and 8E. RGB value is (161,15,142). Sum of RGB (Red+Green+Blue) = 161+15+142=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10F8E is #5EF071. Grayscale: #484848. Windows color (decimal): -6221938 or 9310113. OLE color: 9310113.

HSL color Cylindrical-coordinate representation of color #A10F8E: hue angle of 307.81º 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 #A10F8E is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16115142-
CMYK00.910.120.37
HSL307.81º82.95%34.51%-
HSV(B)307.81º90.68%63.14%-
XYZ19.759.8726.46-
YUV73.13166.87190.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 15 (6.25% from 255) = 4.72%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=50.63%
G=4.72%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611514200.910.120.37307.8182.9534.51
HexA1F8E05BC251345323
Octal241172160133144546412343
Binary101000011111100011100101101111001001011001101001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F8E; }

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

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

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

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

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

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

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

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