#A10F8B

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

Shades of Dark Magenta #A10F8B

Tints of Dark Magenta #A10F8B

Color information

#A10F8B (or 0xA10F8B) is unknown color: approx Dark Magenta. HEX triplet: A1, 0F and 8B. RGB value is (161,15,139). Sum of RGB (Red+Green+Blue) = 161+15+139=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10F8B is #5EF074. Grayscale: #484848. Windows color (decimal): -6221941 or 9113505. OLE color: 9113505.

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

Color convert

RGB16115139-
CMYK00.910.140.37
HSL309.04º82.95%34.51%-
HSV(B)309.04º90.68%63.14%-
XYZ19.539.7825.29-
YUV72.79165.37190.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 15 (6.25% from 255) = 4.76%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=51.11%
G=4.76%
B=44.13%

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
Decimal1611513900.910.140.37309.0482.9534.51
HexA1F8B05BE251355323
Octal241172130133164546512343
Binary101000011111100010110101101111101001011001101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F8B; }

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

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

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

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

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

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

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

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