Html Css Color HEX #A6179D Dark Magenta

📋 copy color: '#A6179D'

red 166 ◦ green 23 ◦ blue 157

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

Shades of Dark Magenta #A6179D

Tints of Dark Magenta #A6179D

RGB

 RED value IS 166 (65.23% from 255) = 47.98%

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

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 47.98%
G = 6.65%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6179D (or 0xA6179D) is known color: Dark Magenta. HEX triplet: A6, 17 and 9D. RGB value is (166,23,157). Sum of RGB (Red+Green+Blue) = 166+23+157=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6179D is #59E862. Grayscale: #505050. Windows color (decimal): -5892195 or 10295206. OLE color: 10295206.

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

Color convert

RGB 166 23 157 -
CMYK 0 0.86 0.05 0.35
HSL 303.78º 0.76% 0.37% -
HSV(B) 303.78º 0.86% 0.65% -
XYZ 22.12 11.15 32.89 -
YUV 81.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 166 23 157 0 0.86 0.05 0.35 303.78 0.76 0.37
Hex A6 17 9D 0 56 5 23 130 4C 25
Octal 246 27 235 0 126 5 43 460 114 45
Binary 10100110 10111 10011101 0 1010110 101 100011 100110000 1001100 100101

Color Harmonies of #A6179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6179D

Black with #A6179D

Text Example


Text Example

White with #A6179D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6179D; }

 p { color: rgb(166,23,157); }

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

background-color css

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

 a { background-color: rgb(166,23,157); }

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

border-color css

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

 span { border-color: rgb(166,23,157); }

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