Html Css Color HEX #A11591 Dark Magenta

📋 copy color: '#A11591'

red 161 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #A11591

Tints of Dark Magenta #A11591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

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

R = 49.24%
G = 6.42%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A11591 (or 0xA11591) is known color: Dark Magenta. HEX triplet: A1, 15 and 91. RGB value is (161,21,145). Sum of RGB (Red+Green+Blue) = 161+21+145=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A11591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11591 is #5EEA6E. Grayscale: #4C4C4C. Windows color (decimal): -6220399 or 9508257. OLE color: 9508257.

HSL color Cylindrical-coordinate representation of color #A11591: hue angle of 306.86º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11591 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 21 145 -
CMYK 0 0.87 0.10 0.37
HSL 306.86º 0.77% 0.36% -
HSV(B) 306.86º 0.87% 0.63% -
XYZ 20.08 10.16 27.69 -
YUV 77 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 161 21 145 0 0.87 0.10 0.37 306.86 0.77 0.36
Hex A1 15 91 0 57 A 25 133 4D 24
Octal 241 25 221 0 127 12 45 463 115 44
Binary 10100001 10101 10010001 0 1010111 1010 100101 100110011 1001101 100100

Color Harmonies of #A11591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11591

Black with #A11591

Text Example


Text Example

White with #A11591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11591; }

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

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

background-color css

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

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

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

border-color css

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

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

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