#A0029A

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

Shades of Dark Magenta #A0029A

Tints of Dark Magenta #A0029A

Color information

#A0029A (or 0xA0029A) is unknown color: approx Dark Magenta. HEX triplet: A0, 02 and 9A. RGB value is (160,2,154). Sum of RGB (Red+Green+Blue) = 160+2+154=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0029A is #5FFD65. Grayscale: #424242. Windows color (decimal): -6290790 or 10093216. OLE color: 10093216.

HSL color Cylindrical-coordinate representation of color #A0029A: hue angle of 302.28º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0029A is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB1602154-
CMYK00.990.040.37
HSL302.28º97.53%31.76%-
HSV(B)302.28º98.75%62.75%-
XYZ20.359.8531.4-
YUV66.57177.35194.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=50.63%
G=0.63%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160215400.990.040.37302.2897.5331.76
HexA029A06342512e6220
Octal2402232014344545614240
Binary101000001010011010011000111001001011001011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0029A; }

 p { color: rgb(160,2,154); }

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

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

 a { background-color: rgb(160,2,154); }

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

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

 span { border-color: rgb(160,2,154); }

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