Html Css Color HEX #A11086 Dark Magenta

📋 copy color: '#A11086'

red 161 ◦ green 16 ◦ blue 134

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

Shades of Dark Magenta #A11086

Tints of Dark Magenta #A11086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.09%

R = 51.77%
G = 5.14%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A11086 (or 0xA11086) is known color: Dark Magenta. HEX triplet: A1, 10 and 86. RGB value is (161,16,134). Sum of RGB (Red+Green+Blue) = 161+16+134=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A11086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11086 is #5EEF79. Grayscale: #484848. Windows color (decimal): -6221690 or 8786081. OLE color: 8786081.

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

Color convert

RGB 161 16 134 -
CMYK 0 0.90 0.17 0.37
HSL 311.17º 0.82% 0.35% -
HSV(B) 311.17º 0.9% 0.63% -
XYZ 19.19 9.67 23.41 -
YUV 72.81 162.54 190.91 -
System Red Green Blue C M Y K H S L
Decimal 161 16 134 0 0.90 0.17 0.37 311.17 0.82 0.35
Hex A1 10 86 0 5A 11 25 137 52 23
Octal 241 20 206 0 132 21 45 467 122 43
Binary 10100001 10000 10000110 0 1011010 10001 100101 100110111 1010010 100011

Color Harmonies of #A11086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11086

Black with #A11086

Text Example


Text Example

White with #A11086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11086; }

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

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

background-color css

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

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

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

border-color css

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

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

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