Html Css Color HEX #A0029E Dark Magenta

📋 copy color: '#A0029E'

red 160 ◦ green 2 ◦ blue 158

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

Shades of Dark Magenta #A0029E

Tints of Dark Magenta #A0029E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.38%

R = 50%
G = 0.63%
B = 49.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0029E (or 0xA0029E) is known color: Dark Magenta. HEX triplet: A0, 02 and 9E. RGB value is (160,2,158). Sum of RGB (Red+Green+Blue) = 160+2+158=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0029E is #5FFD61. Grayscale: #424242. Windows color (decimal): -6290786 or 10355360. OLE color: 10355360.

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

Color convert

RGB 160 2 158 -
CMYK 0 0.99 0.01 0.37
HSL 300.76º 0.98% 0.32% -
HSV(B) 300.76º 0.99% 0.63% -
XYZ 20.69 9.99 33.18 -
YUV 67.03 179.35 194.32 -
System Red Green Blue C M Y K H S L
Decimal 160 2 158 0 0.99 0.01 0.37 300.76 0.98 0.32
Hex A0 2 9E 0 63 1 25 12D 62 20
Octal 240 2 236 0 143 1 45 455 142 40
Binary 10100000 10 10011110 0 1100011 1 100101 100101101 1100010 100000

Color Harmonies of #A0029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0029E

Black with #A0029E

Text Example


Text Example

White with #A0029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0029E; }

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

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

background-color css

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

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

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

border-color css

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

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

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