Html Css Color HEX #A11189 Dark Magenta

📋 copy color: '#A11189'

red 161 ◦ green 17 ◦ blue 137

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

Shades of Dark Magenta #A11189

Tints of Dark Magenta #A11189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 51.11%
G = 5.4%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A11189 (or 0xA11189) is known color: Dark Magenta. HEX triplet: A1, 11 and 89. RGB value is (161,17,137). Sum of RGB (Red+Green+Blue) = 161+17+137=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A11189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11189 is #5EEE76. Grayscale: #494949. Windows color (decimal): -6221431 or 8982945. OLE color: 8982945.

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

Color convert

RGB 161 17 137 -
CMYK 0 0.89 0.15 0.37
HSL 310º 0.81% 0.35% -
HSV(B) 310º 0.89% 0.63% -
XYZ 19.41 9.78 24.53 -
YUV 73.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 161 17 137 0 0.89 0.15 0.37 310 0.81 0.35
Hex A1 11 89 0 59 F 25 136 51 23
Octal 241 21 211 0 131 17 45 466 121 43
Binary 10100001 10001 10001001 0 1011001 1111 100101 100110110 1010001 100011

Color Harmonies of #A11189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11189

Black with #A11189

Text Example


Text Example

White with #A11189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11189; }

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

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

background-color css

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

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

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

border-color css

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

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

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