#A6019E

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

Shades of Dark Magenta #A6019E

Tints of Dark Magenta #A6019E

Color information

#A6019E (or 0xA6019E) is unknown color: approx Dark Magenta. HEX triplet: A6, 01 and 9E. RGB value is (166,1,158). Sum of RGB (Red+Green+Blue) = 166+1+158=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6019E is #59FE61. Grayscale: #434343. Windows color (decimal): -5897826 or 10355110. OLE color: 10355110.

HSL color Cylindrical-coordinate representation of color #A6019E: hue angle of 302.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6019E is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB1661158-
CMYK00.990.050.35
HSL302.91º98.8%32.75%-
HSV(B)302.91º99.4%65.1%-
XYZ21.9110.633.24-
YUV68.23178.66197.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=51.08%
G=0.31%
B=48.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166115800.990.050.35302.9198.832.75
HexA619E06352312f6321
Octal2461236014354345714341
Binary10100110110011110011000111011000111001011111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6019E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6019E; }

 p { color: rgb(166,1,158); }

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

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

 a { background-color: rgb(166,1,158); }

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

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

 span { border-color: rgb(166,1,158); }

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