#A6018A

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

Shades of Dark Magenta #A6018A

Tints of Dark Magenta #A6018A

Color information

#A6018A (or 0xA6018A) is unknown color: approx Dark Magenta. HEX triplet: A6, 01 and 8A. RGB value is (166,1,138). Sum of RGB (Red+Green+Blue) = 166+1+138=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A6018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6018A is #59FE75. Grayscale: #414141. Windows color (decimal): -5897846 or 9044390. OLE color: 9044390.

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

Color convert

RGB1661138-
CMYK00.990.170.35
HSL310.18º98.8%32.75%-
HSV(B)310.18º99.4%65.1%-
XYZ20.329.9624.9-
YUV65.95168.66199.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=54.43%
G=0.33%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166113800.990.170.35310.1898.832.75
HexA618A06311231366321
Octal24612120143214346614341
Binary1010011011000101001100011100011000111001101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6018A; }

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

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

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

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

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

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

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

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