#A10784

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

Shades of Dark Magenta #A10784

Tints of Dark Magenta #A10784

Color information

#A10784 (or 0xA10784) is unknown color: approx Dark Magenta. HEX triplet: A1, 07 and 84. RGB value is (161,7,132). Sum of RGB (Red+Green+Blue) = 161+7+132=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A10784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10784 is #5EF87B. Grayscale: #424242. Windows color (decimal): -6223996 or 8652705. OLE color: 8652705.

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

Color convert

RGB1617132-
CMYK00.960.180.37
HSL311.3º91.67%32.94%-
HSV(B)311.3º95.65%63.14%-
XYZ18.949.3922.65-
YUV67.3164.52194.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.67%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 132 (51.95% from 255) = 44%
R=53.67%
G=2.33%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161713200.960.180.37311.391.6732.94
HexA178406012251375c21
Octal24172040140224546713441
Binary101000011111000010001100000100101001011001101111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10784; }

 p { color: rgb(161,7,132); }

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

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

 a { background-color: rgb(161,7,132); }

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

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

 span { border-color: rgb(161,7,132); }

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