#A10581

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

Shades of Dark Magenta #A10581

Tints of Dark Magenta #A10581

Color information

#A10581 (or 0xA10581) is unknown color: approx Dark Magenta. HEX triplet: A1, 05 and 81. RGB value is (161,5,129). Sum of RGB (Red+Green+Blue) = 161+5+129=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A10581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10581 is #5EFA7E. Grayscale: #414141. Windows color (decimal): -6224511 or 8455585. OLE color: 8455585.

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

Color convert

RGB1615129-
CMYK00.970.200.37
HSL312.31º93.98%32.55%-
HSV(B)312.31º96.89%63.14%-
XYZ18.719.2721.57-
YUV65.78163.68195.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 129 (50.78% from 255) = 43.73%
R=54.58%
G=1.69%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161512900.970.200.37312.3193.9832.55
HexA158106114251385e21
Octal24152010141244547013641
Binary101000011011000000101100001101001001011001110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10581; }

 p { color: rgb(161,5,129); }

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

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

 a { background-color: rgb(161,5,129); }

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

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

 span { border-color: rgb(161,5,129); }

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