Html Css Color HEX #A1119F Dark Magenta

📋 copy color: '#A1119F'

red 161 ◦ green 17 ◦ blue 159

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

Shades of Dark Magenta #A1119F

Tints of Dark Magenta #A1119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 47.77%
G = 5.04%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A1119F (or 0xA1119F) is known color: Dark Magenta. HEX triplet: A1, 11 and 9F. RGB value is (161,17,159). Sum of RGB (Red+Green+Blue) = 161+17+159=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1119F is #5EEE60. Grayscale: #4B4B4B. Windows color (decimal): -6221409 or 10424737. OLE color: 10424737.

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

Color convert

RGB 161 17 159 -
CMYK 0 0.89 0.01 0.37
HSL 300.83º 0.81% 0.35% -
HSV(B) 300.83º 0.89% 0.63% -
XYZ 21.16 10.48 33.71 -
YUV 76.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 161 17 159 0 0.89 0.01 0.37 300.83 0.81 0.35
Hex A1 11 9F 0 59 1 25 12D 51 23
Octal 241 21 237 0 131 1 45 455 121 43
Binary 10100001 10001 10011111 0 1011001 1 100101 100101101 1010001 100011

Color Harmonies of #A1119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1119F

Black with #A1119F

Text Example


Text Example

White with #A1119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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