Html Css Color HEX #A9179E Dark Magenta

📋 copy color: '#A9179E'

red 169 ◦ green 23 ◦ blue 158

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

Shades of Dark Magenta #A9179E

Tints of Dark Magenta #A9179E

RGB

 RED value IS 169 (66.41% from 255) = 48.29%

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

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 48.29%
G = 6.57%
B = 45.14%

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

#A9179E (or 0xA9179E) is known color: Dark Magenta. HEX triplet: A9, 17 and 9E. RGB value is (169,23,158). Sum of RGB (Red+Green+Blue) = 169+23+158=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A9179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9179E is #56E861. Grayscale: #515151. Windows color (decimal): -5695586 or 10360745. OLE color: 10360745.

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

Color convert

RGB 169 23 158 -
CMYK 0 0.86 0.07 0.34
HSL 304.52º 0.76% 0.38% -
HSV(B) 304.52º 0.86% 0.66% -
XYZ 22.84 11.52 33.37 -
YUV 82.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 169 23 158 0 0.86 0.07 0.34 304.52 0.76 0.38
Hex A9 17 9E 0 56 7 22 131 4C 26
Octal 251 27 236 0 126 7 42 461 114 46
Binary 10101001 10111 10011110 0 1010110 111 100010 100110001 1001100 100110

Color Harmonies of #A9179E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9179E

Black with #A9179E

Text Example


Text Example

White with #A9179E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9179E; }

 p { color: rgb(169,23,158); }

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

background-color css

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

 a { background-color: rgb(169,23,158); }

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

border-color css

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

 span { border-color: rgb(169,23,158); }

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