#A10F8A

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

Shades of Dark Magenta #A10F8A

Tints of Dark Magenta #A10F8A

Color information

#A10F8A (or 0xA10F8A) is unknown color: approx Dark Magenta. HEX triplet: A1, 0F and 8A. RGB value is (161,15,138). Sum of RGB (Red+Green+Blue) = 161+15+138=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10F8A is #5EF075. Grayscale: #484848. Windows color (decimal): -6221942 or 9047969. OLE color: 9047969.

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

Color convert

RGB16115138-
CMYK00.910.140.37
HSL309.45º82.95%34.51%-
HSV(B)309.45º90.68%63.14%-
XYZ19.469.7524.9-
YUV72.68164.87191-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.27%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=51.27%
G=4.78%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611513800.910.140.37309.4582.9534.51
HexA1F8A05BE251355323
Octal241172120133164546512343
Binary101000011111100010100101101111101001011001101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F8A; }

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

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

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

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

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

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

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

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