#A0029B

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

Shades of Dark Magenta #A0029B

Tints of Dark Magenta #A0029B

Color information

#A0029B (or 0xA0029B) is unknown color: approx Dark Magenta. HEX triplet: A0, 02 and 9B. RGB value is (160,2,155). Sum of RGB (Red+Green+Blue) = 160+2+155=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0029B is #5FFD64. Grayscale: #424242. Windows color (decimal): -6290789 or 10158752. OLE color: 10158752.

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

Color convert

RGB1602155-
CMYK00.990.030.37
HSL301.9º97.53%31.76%-
HSV(B)301.9º98.75%62.75%-
XYZ20.449.8831.84-
YUV66.68177.85194.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=50.47%
G=0.63%
B=48.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160215500.990.030.37301.997.5331.76
HexA029B06332512e6220
Octal2402233014334545614240
Binary10100000101001101101100011111001011001011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0029B; }

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

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

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

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

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

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

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

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