Html Css Color HEX #A11096 Dark Magenta

📋 copy color: '#A11096'

red 161 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #A11096

Tints of Dark Magenta #A11096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 49.24%
G = 4.89%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A11096 (or 0xA11096) is known color: Dark Magenta. HEX triplet: A1, 10 and 96. RGB value is (161,16,150). Sum of RGB (Red+Green+Blue) = 161+16+150=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A11096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11096 is #5EEF69. Grayscale: #4A4A4A. Windows color (decimal): -6221674 or 9834657. OLE color: 9834657.

HSL color Cylindrical-coordinate representation of color #A11096: hue angle of 304.55º 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 #A11096 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 150 -
CMYK 0 0.90 0.07 0.37
HSL 304.55º 0.82% 0.35% -
HSV(B) 304.55º 0.9% 0.63% -
XYZ 20.39 10.15 29.74 -
YUV 74.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 161 16 150 0 0.90 0.07 0.37 304.55 0.82 0.35
Hex A1 10 96 0 5A 7 25 131 52 23
Octal 241 20 226 0 132 7 45 461 122 43
Binary 10100001 10000 10010110 0 1011010 111 100101 100110001 1010010 100011

Color Harmonies of #A11096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11096

Black with #A11096

Text Example


Text Example

White with #A11096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11096; }

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

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

background-color css

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

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

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

border-color css

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

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

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