Html Css Color HEX #A11194 Dark Magenta

📋 copy color: '#A11194'

red 161 ◦ green 17 ◦ blue 148

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

Shades of Dark Magenta #A11194

Tints of Dark Magenta #A11194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.4%

R = 49.39%
G = 5.21%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A11194 (or 0xA11194) is known color: Dark Magenta. HEX triplet: A1, 11 and 94. RGB value is (161,17,148). Sum of RGB (Red+Green+Blue) = 161+17+148=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A11194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11194 is #5EEE6B. Grayscale: #4A4A4A. Windows color (decimal): -6221420 or 9703841. OLE color: 9703841.

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

Color convert

RGB 161 17 148 -
CMYK 0 0.89 0.08 0.37
HSL 305.42º 0.81% 0.35% -
HSV(B) 305.42º 0.89% 0.63% -
XYZ 20.24 10.12 28.9 -
YUV 74.99 169.21 189.35 -
System Red Green Blue C M Y K H S L
Decimal 161 17 148 0 0.89 0.08 0.37 305.42 0.81 0.35
Hex A1 11 94 0 59 8 25 131 51 23
Octal 241 21 224 0 131 10 45 461 121 43
Binary 10100001 10001 10010100 0 1011001 1000 100101 100110001 1010001 100011

Color Harmonies of #A11194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11194

Black with #A11194

Text Example


Text Example

White with #A11194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11194; }

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

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

background-color css

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

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

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

border-color css

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

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

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