#A001A6

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

Shades of Dark Magenta #A001A6

Tints of Dark Magenta #A001A6

Color information

#A001A6 (or 0xA001A6) is unknown color: approx Dark Magenta. HEX triplet: A0, 01 and A6. RGB value is (160,1,166). Sum of RGB (Red+Green+Blue) = 160+1+166=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #A001A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A001A6 is #5FFE59. Grayscale: #424242. Windows color (decimal): -6291034 or 10879392. OLE color: 10879392.

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

Color convert

RGB1601166-
CMYK0.040.9900.35
HSL297.82º98.8%32.75%-
HSV(B)297.82º99.4%65.1%-
XYZ21.3910.2536.93-
YUV67.35183.68194.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 166 (65.23% from 255) = 50.76%
R=48.93%
G=0.31%
B=50.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16011660.040.9900.35297.8298.832.75
HexA01A646302312a6321
Octal2401246414304345214341
Binary10100000110100110100110001101000111001010101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A001A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A001A6; }

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

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

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

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

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

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

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

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