#A6028B

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

Shades of Dark Magenta #A6028B

Tints of Dark Magenta #A6028B

Color information

#A6028B (or 0xA6028B) is unknown color: approx Dark Magenta. HEX triplet: A6, 02 and 8B. RGB value is (166,2,139). Sum of RGB (Red+Green+Blue) = 166+2+139=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6028B is #59FD74. Grayscale: #424242. Windows color (decimal): -5897589 or 9110182. OLE color: 9110182.

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

Color convert

RGB1662139-
CMYK00.990.160.35
HSL309.88º97.62%32.94%-
HSV(B)309.88º98.8%65.1%-
XYZ20.4110.0125.28-
YUV66.65168.83198.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=54.07%
G=0.65%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166213900.990.160.35309.8897.6232.94
HexA628B06310231366221
Octal24622130143204346614241
Binary10100110101000101101100011100001000111001101101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6028B; }

 p { color: rgb(166,2,139); }

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

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

 a { background-color: rgb(166,2,139); }

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

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

 span { border-color: rgb(166,2,139); }

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