#A10281

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

Shades of Dark Magenta #A10281

Tints of Dark Magenta #A10281

Color information

#A10281 (or 0xA10281) is unknown color: approx Dark Magenta. HEX triplet: A1, 02 and 81. RGB value is (161,2,129). Sum of RGB (Red+Green+Blue) = 161+2+129=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A10281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10281 is #5EFD7E. Grayscale: #3F3F3F. Windows color (decimal): -6225279 or 8454817. OLE color: 8454817.

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

Color convert

RGB1612129-
CMYK00.990.200.37
HSL312.08º97.55%31.96%-
HSV(B)312.08º98.76%63.14%-
XYZ18.689.2121.56-
YUV64.02164.68197.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=55.14%
G=0.68%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161212900.990.200.37312.0897.5531.96
HexA128106314251386220
Octal24122010143244547014240
Binary10100001101000000101100011101001001011001110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10281; }

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

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

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

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

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

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

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

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