Html Css Color HEX #A0029F Dark Magenta

📋 copy color: '#A0029F'

red 160 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #A0029F

Tints of Dark Magenta #A0029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.53%

R = 49.84%
G = 0.62%
B = 49.53%

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

#A0029F (or 0xA0029F) is known color: Dark Magenta. HEX triplet: A0, 02 and 9F. RGB value is (160,2,159). Sum of RGB (Red+Green+Blue) = 160+2+159=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0029F is #5FFD60. Grayscale: #424242. Windows color (decimal): -6290785 or 10420896. OLE color: 10420896.

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

Color convert

RGB 160 2 159 -
CMYK 0 0.99 0.01 0.37
HSL 300.38º 0.98% 0.32% -
HSV(B) 300.38º 0.99% 0.63% -
XYZ 20.78 10.02 33.64 -
YUV 67.14 179.85 194.23 -
System Red Green Blue C M Y K H S L
Decimal 160 2 159 0 0.99 0.01 0.37 300.38 0.98 0.32
Hex A0 2 9F 0 63 1 25 12C 62 20
Octal 240 2 237 0 143 1 45 454 142 40
Binary 10100000 10 10011111 0 1100011 1 100101 100101100 1100010 100000

Color Harmonies of #A0029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0029F

Black with #A0029F

Text Example


Text Example

White with #A0029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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