Html Css Color HEX #A1178D Dark Magenta

📋 copy color: '#A1178D'

red 161 ◦ green 23 ◦ blue 141

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

Shades of Dark Magenta #A1178D

Tints of Dark Magenta #A1178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 49.54%
G = 7.08%
B = 43.38%

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

#A1178D (or 0xA1178D) is known color: Dark Magenta. HEX triplet: A1, 17 and 8D. RGB value is (161,23,141). Sum of RGB (Red+Green+Blue) = 161+23+141=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1178D is #5EE872. Grayscale: #4D4D4D. Windows color (decimal): -6219891 or 9246625. OLE color: 9246625.

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

Color convert

RGB 161 23 141 -
CMYK 0 0.86 0.12 0.37
HSL 308.7º 0.75% 0.36% -
HSV(B) 308.7º 0.86% 0.63% -
XYZ 19.81 10.11 26.11 -
YUV 77.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 161 23 141 0 0.86 0.12 0.37 308.7 0.75 0.36
Hex A1 17 8D 0 56 C 25 135 4B 24
Octal 241 27 215 0 126 14 45 465 113 44
Binary 10100001 10111 10001101 0 1010110 1100 100101 100110101 1001011 100100

Color Harmonies of #A1178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1178D

Black with #A1178D

Text Example


Text Example

White with #A1178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1178D; }

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

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

background-color css

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

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

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

border-color css

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

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

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