Html Css Color HEX #A0029B Dark Magenta

📋 copy color: '#A0029B'

red 160 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #A0029B

Tints of Dark Magenta #A0029B

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.9%

R = 50.47%
G = 0.63%
B = 48.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0029B (or 0xA0029B) is known color: 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

RGB 160 2 155 -
CMYK 0 0.99 0.03 0.37
HSL 301.9º 0.98% 0.32% -
HSV(B) 301.9º 0.99% 0.63% -
XYZ 20.44 9.88 31.84 -
YUV 66.68 177.85 194.56 -
System Red Green Blue C M Y K H S L
Decimal 160 2 155 0 0.99 0.03 0.37 301.9 0.98 0.32
Hex A0 2 9B 0 63 3 25 12E 62 20
Octal 240 2 233 0 143 3 45 456 142 40
Binary 10100000 10 10011011 0 1100011 11 100101 100101110 1100010 100000

Color Harmonies of #A0029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0029B

Black with #A0029B

Text Example


Text Example

White with #A0029B

Text Example


Text Example

HTML Codes & Css Web 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>