Html Css Color HEX #A0179C Dark Magenta

📋 copy color: '#A0179C'

red 160 ◦ green 23 ◦ blue 156

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

Shades of Dark Magenta #A0179C

Tints of Dark Magenta #A0179C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.78%

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

R = 47.2%
G = 6.78%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0179C (or 0xA0179C) is known color: Dark Magenta. HEX triplet: A0, 17 and 9C. RGB value is (160,23,156). Sum of RGB (Red+Green+Blue) = 160+23+156=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0179C is #5FE863. Grayscale: #4E4E4E. Windows color (decimal): -6285412 or 10229664. OLE color: 10229664.

HSL color Cylindrical-coordinate representation of color #A0179C: hue angle of 301.75º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0179C is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 23 156 -
CMYK 0 0.86 0.02 0.37
HSL 301.75º 0.75% 0.36% -
HSV(B) 301.75º 0.86% 0.63% -
XYZ 20.8 10.49 32.38 -
YUV 79.13 171.39 185.69 -
System Red Green Blue C M Y K H S L
Decimal 160 23 156 0 0.86 0.02 0.37 301.75 0.75 0.36
Hex A0 17 9C 0 56 2 25 12E 4B 24
Octal 240 27 234 0 126 2 45 456 113 44
Binary 10100000 10111 10011100 0 1010110 10 100101 100101110 1001011 100100

Color Harmonies of #A0179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0179C

Black with #A0179C

Text Example


Text Example

White with #A0179C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0179C; }

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

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

background-color css

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

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

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

border-color css

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

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

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