#A7028D

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

Shades of Dark Magenta #A7028D

Tints of Dark Magenta #A7028D

Color information

#A7028D (or 0xA7028D) is unknown color: approx Dark Magenta. HEX triplet: A7, 02 and 8D. RGB value is (167,2,141). Sum of RGB (Red+Green+Blue) = 167+2+141=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7028D is #58FD72. Grayscale: #424242. Windows color (decimal): -5832051 or 9241255. OLE color: 9241255.

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

Color convert

RGB1672141-
CMYK00.990.160.35
HSL309.45º97.63%33.14%-
HSV(B)309.45º98.8%65.49%-
XYZ20.7710.1826.07-
YUV67.18169.66199.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.87%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=53.87%
G=0.65%
B=45.48%

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
Decimal167214100.990.160.35309.4597.6333.14
HexA728D06310231356221
Octal24722150143204346514241
Binary10100111101000110101100011100001000111001101011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7028D; }

 p { color: rgb(167,2,141); }

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

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

 a { background-color: rgb(167,2,141); }

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

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

 span { border-color: rgb(167,2,141); }

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