Html Css Color HEX #A1128D Dark Magenta

📋 copy color: '#A1128D'

red 161 ◦ green 18 ◦ blue 141

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

Shades of Dark Magenta #A1128D

Tints of Dark Magenta #A1128D

RGB

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

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

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

R = 50.31%
G = 5.63%
B = 44.06%

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

#A1128D (or 0xA1128D) is known color: Dark Magenta. HEX triplet: A1, 12 and 8D. RGB value is (161,18,141). Sum of RGB (Red+Green+Blue) = 161+18+141=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1128D is #5EED72. Grayscale: #4A4A4A. Windows color (decimal): -6221171 or 9245345. OLE color: 9245345.

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

Color convert

RGB 161 18 141 -
CMYK 0 0.89 0.12 0.37
HSL 308.39º 0.8% 0.35% -
HSV(B) 308.39º 0.89% 0.63% -
XYZ 19.72 9.93 26.08 -
YUV 74.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 161 18 141 0 0.89 0.12 0.37 308.39 0.8 0.35
Hex A1 12 8D 0 59 C 25 134 50 23
Octal 241 22 215 0 131 14 45 464 120 43
Binary 10100001 10010 10001101 0 1011001 1100 100101 100110100 1010000 100011

Color Harmonies of #A1128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1128D

Black with #A1128D

Text Example


Text Example

White with #A1128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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