Html Css Color HEX #A11097 Dark Magenta

📋 copy color: '#A11097'

red 161 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #A11097

Tints of Dark Magenta #A11097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.88%

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

R = 49.09%
G = 4.88%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A11097 (or 0xA11097) is known color: Dark Magenta. HEX triplet: A1, 10 and 97. RGB value is (161,16,151). Sum of RGB (Red+Green+Blue) = 161+16+151=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A11097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11097 is #5EEF68. Grayscale: #4A4A4A. Windows color (decimal): -6221673 or 9900193. OLE color: 9900193.

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

Color convert

RGB 161 16 151 -
CMYK 0 0.90 0.06 0.37
HSL 304.14º 0.82% 0.35% -
HSV(B) 304.14º 0.9% 0.63% -
XYZ 20.47 10.18 30.16 -
YUV 74.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 161 16 151 0 0.90 0.06 0.37 304.14 0.82 0.35
Hex A1 10 97 0 5A 6 25 130 52 23
Octal 241 20 227 0 132 6 45 460 122 43
Binary 10100001 10000 10010111 0 1011010 110 100101 100110000 1010010 100011

Color Harmonies of #A11097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11097

Black with #A11097

Text Example


Text Example

White with #A11097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11097; }

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

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

background-color css

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

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

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

border-color css

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

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

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