#A8029F

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

Shades of Dark Magenta #A8029F

Tints of Dark Magenta #A8029F

Color information

#A8029F (or 0xA8029F) is unknown color: approx Dark Magenta. HEX triplet: A8, 02 and 9F. RGB value is (168,2,159). Sum of RGB (Red+Green+Blue) = 168+2+159=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8029F is #57FD60. Grayscale: #454545. Windows color (decimal): -5766497 or 10420904. OLE color: 10420904.

HSL color Cylindrical-coordinate representation of color #A8029F: hue angle of 303.25º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8029F is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB1682159-
CMYK00.990.050.34
HSL303.25º97.65%33.33%-
HSV(B)303.25º98.81%65.88%-
XYZ22.4310.8733.72-
YUV69.53178.5198.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.06%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=51.06%
G=0.61%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168215900.990.050.34303.2597.6533.33
HexA829F06352212f6221
Octal2502237014354245714241
Binary101010001010011111011000111011000101001011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8029F; }

 p { color: rgb(168,2,159); }

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

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

 a { background-color: rgb(168,2,159); }

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

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

 span { border-color: rgb(168,2,159); }

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