#A10FA0

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

Shades of Dark Magenta #A10FA0

Tints of Dark Magenta #A10FA0

Color information

#A10FA0 (or 0xA10FA0) is unknown color: approx Dark Magenta. HEX triplet: A1, 0F and A0. RGB value is (161,15,160). Sum of RGB (Red+Green+Blue) = 161+15+160=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A10FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10FA0 is #5EF05F. Grayscale: #4A4A4A. Windows color (decimal): -6221920 or 10489761. OLE color: 10489761.

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

Color convert

RGB16115160-
CMYK00.910.010.37
HSL300.41º82.95%34.51%-
HSV(B)300.41º90.68%63.14%-
XYZ21.2110.4634.16-
YUV75.18175.87189.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 15 (6.25% from 255) = 4.46%
BLUE value IS 160 (62.89% from 255) = 47.62%
R=47.92%
G=4.46%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611516000.910.010.37300.4182.9534.51
HexA1FA005B12512c5323
Octal24117240013314545412343
Binary101000011111101000000101101111001011001011001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FA0; }

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

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

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

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

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

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

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

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