Html Css Color HEX #A0029D Dark Magenta

📋 copy color: '#A0029D'

red 160 ◦ green 2 ◦ blue 157

#A0029D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A0029D

Tints of Dark Magenta #A0029D

RGB

 RED value IS 160 (62.89% from 255) = 50.16%

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 50.16%
G = 0.63%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0029D (or 0xA0029D) is known color: Dark Magenta. HEX triplet: A0, 02 and 9D. RGB value is (160,2,157). Sum of RGB (Red+Green+Blue) = 160+2+157=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0029D is #5FFD62. Grayscale: #424242. Windows color (decimal): -6290787 or 10289824. OLE color: 10289824.

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

Color convert

RGB 160 2 157 -
CMYK 0 0.99 0.02 0.37
HSL 301.14º 0.98% 0.32% -
HSV(B) 301.14º 0.99% 0.63% -
XYZ 20.6 9.95 32.73 -
YUV 66.91 178.85 194.4 -
System Red Green Blue C M Y K H S L
Decimal 160 2 157 0 0.99 0.02 0.37 301.14 0.98 0.32
Hex A0 2 9D 0 63 2 25 12D 62 20
Octal 240 2 235 0 143 2 45 455 142 40
Binary 10100000 10 10011101 0 1100011 10 100101 100101101 1100010 100000

Color Harmonies of #A0029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0029D

Black with #A0029D

Text Example


Text Example

White with #A0029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0029D; }

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

 H1.HeaderClassName
 {
   color: #A0029D;
 }
 .AnyTagClassName
 {
   color: #A0029D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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