#A10F9A

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

Shades of Dark Magenta #A10F9A

Tints of Dark Magenta #A10F9A

Color information

#A10F9A (or 0xA10F9A) is unknown color: approx Dark Magenta. HEX triplet: A1, 0F and 9A. RGB value is (161,15,154). Sum of RGB (Red+Green+Blue) = 161+15+154=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10F9A is #5EF065. Grayscale: #4A4A4A. Windows color (decimal): -6221926 or 10096545. OLE color: 10096545.

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

Color convert

RGB16115154-
CMYK00.910.040.37
HSL302.88º82.95%34.51%-
HSV(B)302.88º90.68%63.14%-
XYZ20.710.2531.46-
YUV74.5172.87189.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 15 (6.25% from 255) = 4.55%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=48.79%
G=4.55%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611515400.910.040.37302.8882.9534.51
HexA1F9A05B42512f5323
Octal24117232013344545712343
Binary10100001111110011010010110111001001011001011111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F9A; }

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

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

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

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

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

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

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

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