Html Css Color HEX #A1118E Dark Magenta

📋 copy color: '#A1118E'

red 161 ◦ green 17 ◦ blue 142

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

Shades of Dark Magenta #A1118E

Tints of Dark Magenta #A1118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.31%

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

R = 50.31%
G = 5.31%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1118E (or 0xA1118E) is known color: Dark Magenta. HEX triplet: A1, 11 and 8E. RGB value is (161,17,142). Sum of RGB (Red+Green+Blue) = 161+17+142=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1118E is #5EEE71. Grayscale: #494949. Windows color (decimal): -6221426 or 9310625. OLE color: 9310625.

HSL color Cylindrical-coordinate representation of color #A1118E: hue angle of 307.92º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1118E is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 17 142 -
CMYK 0 0.89 0.12 0.37
HSL 307.92º 0.81% 0.35% -
HSV(B) 307.92º 0.89% 0.63% -
XYZ 19.78 9.93 26.47 -
YUV 74.31 166.21 189.84 -
System Red Green Blue C M Y K H S L
Decimal 161 17 142 0 0.89 0.12 0.37 307.92 0.81 0.35
Hex A1 11 8E 0 59 C 25 134 51 23
Octal 241 21 216 0 131 14 45 464 121 43
Binary 10100001 10001 10001110 0 1011001 1100 100101 100110100 1010001 100011

Color Harmonies of #A1118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1118E

Black with #A1118E

Text Example


Text Example

White with #A1118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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