Html Css Color HEX #A8179F Dark Magenta

📋 copy color: '#A8179F'

red 168 ◦ green 23 ◦ blue 159

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

Shades of Dark Magenta #A8179F

Tints of Dark Magenta #A8179F

RGB

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

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

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

R = 48%
G = 6.57%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8179F (or 0xA8179F) is known color: Dark Magenta. HEX triplet: A8, 17 and 9F. RGB value is (168,23,159). Sum of RGB (Red+Green+Blue) = 168+23+159=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8179F is #57E860. Grayscale: #515151. Windows color (decimal): -5761121 or 10426280. OLE color: 10426280.

HSL color Cylindrical-coordinate representation of color #A8179F: hue angle of 303.72º 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 #A8179F is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 159 -
CMYK 0 0.86 0.05 0.34
HSL 303.72º 0.76% 0.37% -
HSV(B) 303.72º 0.86% 0.66% -
XYZ 22.71 11.44 33.81 -
YUV 81.86 171.54 189.44 -
System Red Green Blue C M Y K H S L
Decimal 168 23 159 0 0.86 0.05 0.34 303.72 0.76 0.37
Hex A8 17 9F 0 56 5 22 130 4C 25
Octal 250 27 237 0 126 5 42 460 114 45
Binary 10101000 10111 10011111 0 1010110 101 100010 100110000 1001100 100101

Color Harmonies of #A8179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8179F

Black with #A8179F

Text Example


Text Example

White with #A8179F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8179F; }

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

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

background-color css

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

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

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

border-color css

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

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

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