Html Css Color HEX #A11997 Dark Magenta

📋 copy color: '#A11997'

red 161 ◦ green 25 ◦ blue 151

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

Shades of Dark Magenta #A11997

Tints of Dark Magenta #A11997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.42%

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

R = 47.77%
G = 7.42%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A11997 (or 0xA11997) is known color: Dark Magenta. HEX triplet: A1, 19 and 97. RGB value is (161,25,151). Sum of RGB (Red+Green+Blue) = 161+25+151=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A11997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11997 is #5EE668. Grayscale: #4F4F4F. Windows color (decimal): -6219369 or 9902497. OLE color: 9902497.

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

Color convert

RGB 161 25 151 -
CMYK 0 0.84 0.06 0.37
HSL 304.41º 0.73% 0.36% -
HSV(B) 304.41º 0.84% 0.63% -
XYZ 20.63 10.51 30.22 -
YUV 80.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 161 25 151 0 0.84 0.06 0.37 304.41 0.73 0.36
Hex A1 19 97 0 54 6 25 130 49 24
Octal 241 31 227 0 124 6 45 460 111 44
Binary 10100001 11001 10010111 0 1010100 110 100101 100110000 1001001 100100

Color Harmonies of #A11997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11997

Black with #A11997

Text Example


Text Example

White with #A11997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11997; }

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

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

background-color css

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

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

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

border-color css

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

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

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