#A10683

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

Shades of Dark Magenta #A10683

Tints of Dark Magenta #A10683

Color information

#A10683 (or 0xA10683) is unknown color: approx Dark Magenta. HEX triplet: A1, 06 and 83. RGB value is (161,6,131). Sum of RGB (Red+Green+Blue) = 161+6+131=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A10683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10683 is #5EF97C. Grayscale: #424242. Windows color (decimal): -6224253 or 8586913. OLE color: 8586913.

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

Color convert

RGB1616131-
CMYK00.960.190.37
HSL311.61º92.81%32.75%-
HSV(B)311.61º96.27%63.14%-
XYZ18.869.3522.28-
YUV66.6164.35195.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 131 (51.56% from 255) = 43.96%
R=54.03%
G=2.01%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161613100.960.190.37311.6192.8132.75
HexA168306013251385d21
Octal24162030140234547013541
Binary101000011101000001101100000100111001011001110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10683; }

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

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

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

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

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

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

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

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