Html Css Color HEX #A1178E Dark Magenta

📋 copy color: '#A1178E'

red 161 ◦ green 23 ◦ blue 142

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

Shades of Dark Magenta #A1178E

Tints of Dark Magenta #A1178E

RGB

 RED value IS 161 (63.28% from 255) = 49.39%

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 49.39%
G = 7.06%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1178E (or 0xA1178E) is known color: Dark Magenta. HEX triplet: A1, 17 and 8E. RGB value is (161,23,142). Sum of RGB (Red+Green+Blue) = 161+23+142=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1178E is #5EE871. Grayscale: #4D4D4D. Windows color (decimal): -6219890 or 9312161. OLE color: 9312161.

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

Color convert

RGB 161 23 142 -
CMYK 0 0.86 0.12 0.37
HSL 308.26º 0.75% 0.36% -
HSV(B) 308.26º 0.86% 0.63% -
XYZ 19.89 10.14 26.5 -
YUV 77.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 161 23 142 0 0.86 0.12 0.37 308.26 0.75 0.36
Hex A1 17 8E 0 56 C 25 134 4B 24
Octal 241 27 216 0 126 14 45 464 113 44
Binary 10100001 10111 10001110 0 1010110 1100 100101 100110100 1001011 100100

Color Harmonies of #A1178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1178E

Black with #A1178E

Text Example


Text Example

White with #A1178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1178E; }

 p { color: rgb(161,23,142); }

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

background-color css

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

 a { background-color: rgb(161,23,142); }

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

border-color css

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

 span { border-color: rgb(161,23,142); }

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