Html Css Color HEX #A8179C Dark Magenta

📋 copy color: '#A8179C'

red 168 ◦ green 23 ◦ blue 156

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

Shades of Dark Magenta #A8179C

Tints of Dark Magenta #A8179C

RGB

 RED value IS 168 (66.02% from 255) = 48.41%

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

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

R = 48.41%
G = 6.63%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8179C (or 0xA8179C) is known color: Dark Magenta. HEX triplet: A8, 17 and 9C. RGB value is (168,23,156). Sum of RGB (Red+Green+Blue) = 168+23+156=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8179C is #57E863. Grayscale: #515151. Windows color (decimal): -5761124 or 10229672. OLE color: 10229672.

HSL color Cylindrical-coordinate representation of color #A8179C: hue angle of 304.97º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8179C is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 156 -
CMYK 0 0.86 0.07 0.34
HSL 304.97º 0.76% 0.37% -
HSV(B) 304.97º 0.86% 0.66% -
XYZ 22.46 11.34 32.46 -
YUV 81.52 170.04 189.69 -
System Red Green Blue C M Y K H S L
Decimal 168 23 156 0 0.86 0.07 0.34 304.97 0.76 0.37
Hex A8 17 9C 0 56 7 22 131 4C 25
Octal 250 27 234 0 126 7 42 461 114 45
Binary 10101000 10111 10011100 0 1010110 111 100010 100110001 1001100 100101

Color Harmonies of #A8179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8179C

Black with #A8179C

Text Example


Text Example

White with #A8179C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8179C; }

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

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

background-color css

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

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

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

border-color css

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

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

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