#A10294

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

Shades of Dark Magenta #A10294

Tints of Dark Magenta #A10294

Color information

#A10294 (or 0xA10294) is unknown color: approx Dark Magenta. HEX triplet: A1, 02 and 94. RGB value is (161,2,148). Sum of RGB (Red+Green+Blue) = 161+2+148=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A10294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10294 is #5EFD6B. Grayscale: #414141. Windows color (decimal): -6225260 or 9700001. OLE color: 9700001.

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

Color convert

RGB1612148-
CMYK00.990.080.37
HSL304.91º97.55%31.96%-
HSV(B)304.91º98.76%63.14%-
XYZ20.069.7628.84-
YUV66.18174.18195.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=51.77%
G=0.64%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161214800.990.080.37304.9197.5531.96
HexA12940638251316220
Octal24122240143104546114240
Binary1010000110100101000110001110001001011001100011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10294; }

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

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

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

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

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

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

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

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