Html Css Color HEX #A11C97 Dark Magenta

📋 copy color: '#A11C97'

red 161 ◦ green 28 ◦ blue 151

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

Shades of Dark Magenta #A11C97

Tints of Dark Magenta #A11C97

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

 BLUE value IS 151 (59.38% from 255) = 44.41%

R = 47.35%
G = 8.24%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A11C97 (or 0xA11C97) is known color: Dark Magenta. HEX triplet: A1, 1C and 97. RGB value is (161,28,151). Sum of RGB (Red+Green+Blue) = 161+28+151=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11C97 is #5EE368. Grayscale: #515151. Windows color (decimal): -6218601 or 9903265. OLE color: 9903265.

HSL color Cylindrical-coordinate representation of color #A11C97: hue angle of 304.51º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11C97 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 28 151 -
CMYK 0 0.83 0.06 0.37
HSL 304.51º 0.7% 0.37% -
HSV(B) 304.51º 0.83% 0.63% -
XYZ 20.7 10.64 30.24 -
YUV 81.79 167.06 184.5 -
System Red Green Blue C M Y K H S L
Decimal 161 28 151 0 0.83 0.06 0.37 304.51 0.7 0.37
Hex A1 1C 97 0 53 6 25 131 46 25
Octal 241 34 227 0 123 6 45 461 106 45
Binary 10100001 11100 10010111 0 1010011 110 100101 100110001 1000110 100101

Color Harmonies of #A11C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11C97

Black with #A11C97

Text Example


Text Example

White with #A11C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11C97; }

 p { color: rgb(161,28,151); }

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

background-color css

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

 a { background-color: rgb(161,28,151); }

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

border-color css

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

 span { border-color: rgb(161,28,151); }

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