#A10FA6

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

Shades of Dark Magenta #A10FA6

Tints of Dark Magenta #A10FA6

Color information

#A10FA6 (or 0xA10FA6) is unknown color: approx Dark Magenta. HEX triplet: A1, 0F and A6. RGB value is (161,15,166). Sum of RGB (Red+Green+Blue) = 161+15+166=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #A10FA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10FA6 is #5EF059. Grayscale: #4B4B4B. Windows color (decimal): -6221914 or 10882977. OLE color: 10882977.

HSL color Cylindrical-coordinate representation of color #A10FA6: hue angle of 298.01º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10FA6 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16115166-
CMYK0.030.9100.35
HSL298.01º83.43%35.49%-
HSV(B)298.01º90.96%65.1%-
XYZ21.7510.6736.99-
YUV75.87178.87188.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 15 (6.25% from 255) = 4.39%
BLUE value IS 166 (65.23% from 255) = 48.54%
R=47.08%
G=4.39%
B=48.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161151660.030.9100.35298.0183.4335.49
HexA1FA635B02312a5323
Octal24117246313304345212343
Binary1010000111111010011011101101101000111001010101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FA6; }

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

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

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

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

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

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

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

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