Html Css Color HEX #A1128E Dark Magenta

📋 copy color: '#A1128E'

red 161 ◦ green 18 ◦ blue 142

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

Shades of Dark Magenta #A1128E

Tints of Dark Magenta #A1128E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.61%

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

R = 50.16%
G = 5.61%
B = 44.24%

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

#A1128E (or 0xA1128E) is known color: Dark Magenta. HEX triplet: A1, 12 and 8E. RGB value is (161,18,142). Sum of RGB (Red+Green+Blue) = 161+18+142=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1128E is #5EED71. Grayscale: #4A4A4A. Windows color (decimal): -6221170 or 9310881. OLE color: 9310881.

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

Color convert

RGB 161 18 142 -
CMYK 0 0.89 0.12 0.37
HSL 307.97º 0.8% 0.35% -
HSV(B) 307.97º 0.89% 0.63% -
XYZ 19.8 9.96 26.47 -
YUV 74.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 161 18 142 0 0.89 0.12 0.37 307.97 0.8 0.35
Hex A1 12 8E 0 59 C 25 134 50 23
Octal 241 22 216 0 131 14 45 464 120 43
Binary 10100001 10010 10001110 0 1011001 1100 100101 100110100 1010000 100011

Color Harmonies of #A1128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1128E

Black with #A1128E

Text Example


Text Example

White with #A1128E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1128E; }

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

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

background-color css

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

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

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

border-color css

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

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

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