Html Css Color HEX #A11191 Dark Magenta

📋 copy color: '#A11191'

red 161 ◦ green 17 ◦ blue 145

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

Shades of Dark Magenta #A11191

Tints of Dark Magenta #A11191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 49.85%
G = 5.26%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A11191 (or 0xA11191) is known color: Dark Magenta. HEX triplet: A1, 11 and 91. RGB value is (161,17,145). Sum of RGB (Red+Green+Blue) = 161+17+145=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A11191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11191 is #5EEE6E. Grayscale: #4A4A4A. Windows color (decimal): -6221423 or 9507233. OLE color: 9507233.

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

Color convert

RGB 161 17 145 -
CMYK 0 0.89 0.10 0.37
HSL 306.67º 0.81% 0.35% -
HSV(B) 306.67º 0.89% 0.63% -
XYZ 20.01 10.02 27.67 -
YUV 74.65 167.71 189.59 -
System Red Green Blue C M Y K H S L
Decimal 161 17 145 0 0.89 0.10 0.37 306.67 0.81 0.35
Hex A1 11 91 0 59 A 25 133 51 23
Octal 241 21 221 0 131 12 45 463 121 43
Binary 10100001 10001 10010001 0 1011001 1010 100101 100110011 1010001 100011

Color Harmonies of #A11191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11191

Black with #A11191

Text Example


Text Example

White with #A11191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11191; }

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

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

background-color css

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

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

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

border-color css

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

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

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