#A10B9E

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

Shades of Dark Magenta #A10B9E

Tints of Dark Magenta #A10B9E

Color information

#A10B9E (or 0xA10B9E) is unknown color: approx Dark Magenta. HEX triplet: A1, 0B and 9E. RGB value is (161,11,158). Sum of RGB (Red+Green+Blue) = 161+11+158=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10B9E is #5EF461. Grayscale: #484848. Windows color (decimal): -6222946 or 10357665. OLE color: 10357665.

HSL color Cylindrical-coordinate representation of color #A10B9E: hue angle of 301.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10B9E is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16111158-
CMYK00.930.020.37
HSL301.2º87.21%33.73%-
HSV(B)301.2º93.17%63.14%-
XYZ20.9910.2933.23-
YUV72.61176.2191.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 11 (4.69% from 255) = 3.33%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=48.79%
G=3.33%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611115800.930.020.37301.287.2133.73
HexA1B9E05D22512d5722
Octal24113236013524545512742
Binary1010000110111001111001011101101001011001011011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10B9E; }

 p { color: rgb(161,11,158); }

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

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

 a { background-color: rgb(161,11,158); }

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

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

 span { border-color: rgb(161,11,158); }

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