#A7028C

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

Shades of Dark Magenta #A7028C

Tints of Dark Magenta #A7028C

Color information

#A7028C (or 0xA7028C) is unknown color: approx Dark Magenta. HEX triplet: A7, 02 and 8C. RGB value is (167,2,140). Sum of RGB (Red+Green+Blue) = 167+2+140=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7028C is #58FD73. Grayscale: #424242. Windows color (decimal): -5832052 or 9175719. OLE color: 9175719.

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

Color convert

RGB1672140-
CMYK00.990.160.35
HSL309.82º97.63%33.14%-
HSV(B)309.82º98.8%65.49%-
XYZ20.6910.1525.68-
YUV67.07169.16199.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.05%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=54.05%
G=0.65%
B=45.31%

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
Decimal167214000.990.160.35309.8297.6333.14
HexA728C06310231366221
Octal24722140143204346614241
Binary10100111101000110001100011100001000111001101101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7028C; }

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

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

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

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

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

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

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

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