#A10682

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

Shades of Dark Magenta #A10682

Tints of Dark Magenta #A10682

Color information

#A10682 (or 0xA10682) is unknown color: approx Dark Magenta. HEX triplet: A1, 06 and 82. RGB value is (161,6,130). Sum of RGB (Red+Green+Blue) = 161+6+130=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A10682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10682 is #5EF97D. Grayscale: #424242. Windows color (decimal): -6224254 or 8521377. OLE color: 8521377.

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

Color convert

RGB1616130-
CMYK00.960.190.37
HSL312º92.81%32.75%-
HSV(B)312º96.27%63.14%-
XYZ18.799.3221.93-
YUV66.48163.85195.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 6 (2.73% from 255) = 2.02%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=54.21%
G=2.02%
B=43.77%

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
Decimal161613000.960.190.3731292.8132.75
HexA168206013251385d21
Octal24162020140234547013541
Binary101000011101000001001100000100111001011001110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10682; }

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

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

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

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

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

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

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

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