Html Css Color HEX #A11196 Dark Magenta

📋 copy color: '#A11196'

red 161 ◦ green 17 ◦ blue 150

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

Shades of Dark Magenta #A11196

Tints of Dark Magenta #A11196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 49.09%
G = 5.18%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A11196 (or 0xA11196) is known color: Dark Magenta. HEX triplet: A1, 11 and 96. RGB value is (161,17,150). Sum of RGB (Red+Green+Blue) = 161+17+150=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A11196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11196 is #5EEE69. Grayscale: #4A4A4A. Windows color (decimal): -6221418 or 9834913. OLE color: 9834913.

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

Color convert

RGB 161 17 150 -
CMYK 0 0.89 0.07 0.37
HSL 304.58º 0.81% 0.35% -
HSV(B) 304.58º 0.89% 0.63% -
XYZ 20.4 10.18 29.74 -
YUV 75.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 161 17 150 0 0.89 0.07 0.37 304.58 0.81 0.35
Hex A1 11 96 0 59 7 25 131 51 23
Octal 241 21 226 0 131 7 45 461 121 43
Binary 10100001 10001 10010110 0 1011001 111 100101 100110001 1010001 100011

Color Harmonies of #A11196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11196

Black with #A11196

Text Example


Text Example

White with #A11196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11196; }

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

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

background-color css

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

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

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

border-color css

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

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

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