#A10B83

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

Shades of Dark Magenta #A10B83

Tints of Dark Magenta #A10B83

Color information

#A10B83 (or 0xA10B83) is unknown color: approx Dark Magenta. HEX triplet: A1, 0B and 83. RGB value is (161,11,131). Sum of RGB (Red+Green+Blue) = 161+11+131=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10B83 is #5EF47C. Grayscale: #454545. Windows color (decimal): -6222973 or 8588193. OLE color: 8588193.

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

Color convert

RGB16111131-
CMYK00.930.190.37
HSL312º87.21%33.73%-
HSV(B)312º93.17%63.14%-
XYZ18.919.4622.3-
YUV69.53162.7193.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 11 (4.69% from 255) = 3.63%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=53.14%
G=3.63%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611113100.930.190.3731287.2133.73
HexA1B8305D13251385722
Octal241132030135234547012742
Binary1010000110111000001101011101100111001011001110001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10B83; }

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

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

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

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

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

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

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

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