Html Css Color HEX #A0029C Dark Magenta

📋 copy color: '#A0029C'

red 160 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #A0029C

Tints of Dark Magenta #A0029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.06%

R = 50.31%
G = 0.63%
B = 49.06%

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

#A0029C (or 0xA0029C) is known color: Dark Magenta. HEX triplet: A0, 02 and 9C. RGB value is (160,2,156). Sum of RGB (Red+Green+Blue) = 160+2+156=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0029C is #5FFD63. Grayscale: #424242. Windows color (decimal): -6290788 or 10224288. OLE color: 10224288.

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

Color convert

RGB 160 2 156 -
CMYK 0 0.99 0.02 0.37
HSL 301.52º 0.98% 0.32% -
HSV(B) 301.52º 0.99% 0.63% -
XYZ 20.52 9.92 32.29 -
YUV 66.8 178.35 194.48 -
System Red Green Blue C M Y K H S L
Decimal 160 2 156 0 0.99 0.02 0.37 301.52 0.98 0.32
Hex A0 2 9C 0 63 2 25 12E 62 20
Octal 240 2 234 0 143 2 45 456 142 40
Binary 10100000 10 10011100 0 1100011 10 100101 100101110 1100010 100000

Color Harmonies of #A0029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0029C

Black with #A0029C

Text Example


Text Example

White with #A0029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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