#A10190

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

Shades of Dark Magenta #A10190

Tints of Dark Magenta #A10190

Color information

#A10190 (or 0xA10190) is unknown color: approx Dark Magenta. HEX triplet: A1, 01 and 90. RGB value is (161,1,144). Sum of RGB (Red+Green+Blue) = 161+1+144=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A10190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10190 is #5EFE6F. Grayscale: #404040. Windows color (decimal): -6225520 or 9437601. OLE color: 9437601.

HSL color Cylindrical-coordinate representation of color #A10190: hue angle of 306.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10190 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB1611144-
CMYK00.990.110.37
HSL306.38º98.77%31.76%-
HSV(B)306.38º99.38%63.14%-
XYZ19.749.6127.2-
YUV65.14172.51196.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=52.61%
G=0.33%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161114400.990.110.37306.3898.7731.76
HexA1190063B251326320
Octal24112200143134546214340
Binary101000011100100000110001110111001011001100101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10190; }

 p { color: rgb(161,1,144); }

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

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

 a { background-color: rgb(161,1,144); }

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

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

 span { border-color: rgb(161,1,144); }

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