Html Css Color HEX #A1119D Dark Magenta

📋 copy color: '#A1119D'

red 161 ◦ green 17 ◦ blue 157

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

Shades of Dark Magenta #A1119D

Tints of Dark Magenta #A1119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.87%

R = 48.06%
G = 5.07%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1119D (or 0xA1119D) is known color: Dark Magenta. HEX triplet: A1, 11 and 9D. RGB value is (161,17,157). Sum of RGB (Red+Green+Blue) = 161+17+157=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1119D is #5EEE62. Grayscale: #4B4B4B. Windows color (decimal): -6221411 or 10293665. OLE color: 10293665.

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

Color convert

RGB 161 17 157 -
CMYK 0 0.89 0.02 0.37
HSL 301.67º 0.81% 0.35% -
HSV(B) 301.67º 0.89% 0.63% -
XYZ 20.98 10.41 32.8 -
YUV 76.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 161 17 157 0 0.89 0.02 0.37 301.67 0.81 0.35
Hex A1 11 9D 0 59 2 25 12E 51 23
Octal 241 21 235 0 131 2 45 456 121 43
Binary 10100001 10001 10011101 0 1011001 10 100101 100101110 1010001 100011

Color Harmonies of #A1119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1119D

Black with #A1119D

Text Example


Text Example

White with #A1119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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