Html Css Color HEX #A11791 Dark Magenta

📋 copy color: '#A11791'

red 161 ◦ green 23 ◦ blue 145

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

Shades of Dark Magenta #A11791

Tints of Dark Magenta #A11791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.99%

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

R = 48.94%
G = 6.99%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A11791 (or 0xA11791) is known color: Dark Magenta. HEX triplet: A1, 17 and 91. RGB value is (161,23,145). Sum of RGB (Red+Green+Blue) = 161+23+145=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A11791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11791 is #5EE86E. Grayscale: #4D4D4D. Windows color (decimal): -6219887 or 9508769. OLE color: 9508769.

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

Color convert

RGB 161 23 145 -
CMYK 0 0.86 0.10 0.37
HSL 306.96º 0.75% 0.36% -
HSV(B) 306.96º 0.86% 0.63% -
XYZ 20.12 10.23 27.7 -
YUV 78.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 161 23 145 0 0.86 0.10 0.37 306.96 0.75 0.36
Hex A1 17 91 0 56 A 25 133 4B 24
Octal 241 27 221 0 126 12 45 463 113 44
Binary 10100001 10111 10010001 0 1010110 1010 100101 100110011 1001011 100100

Color Harmonies of #A11791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11791

Black with #A11791

Text Example


Text Example

White with #A11791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11791; }

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

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

background-color css

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

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

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

border-color css

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

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

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