Html Css Color HEX #A11090 Dark Magenta

📋 copy color: '#A11090'

red 161 ◦ green 16 ◦ blue 144

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

Shades of Dark Magenta #A11090

Tints of Dark Magenta #A11090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 50.16%
G = 4.98%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A11090 (or 0xA11090) is known color: Dark Magenta. HEX triplet: A1, 10 and 90. RGB value is (161,16,144). Sum of RGB (Red+Green+Blue) = 161+16+144=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A11090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11090 is #5EEF6F. Grayscale: #494949. Windows color (decimal): -6221680 or 9441441. OLE color: 9441441.

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

Color convert

RGB 161 16 144 -
CMYK 0 0.90 0.11 0.37
HSL 307.03º 0.82% 0.35% -
HSV(B) 307.03º 0.9% 0.63% -
XYZ 19.92 9.96 27.26 -
YUV 73.95 167.54 190.09 -
System Red Green Blue C M Y K H S L
Decimal 161 16 144 0 0.90 0.11 0.37 307.03 0.82 0.35
Hex A1 10 90 0 5A B 25 133 52 23
Octal 241 20 220 0 132 13 45 463 122 43
Binary 10100001 10000 10010000 0 1011010 1011 100101 100110011 1010010 100011

Color Harmonies of #A11090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11090

Black with #A11090

Text Example


Text Example

White with #A11090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11090; }

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

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

background-color css

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

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

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

border-color css

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

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

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