Html Css Color HEX #A11290 Dark Magenta

📋 copy color: '#A11290'

red 161 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #A11290

Tints of Dark Magenta #A11290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.57%

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

R = 49.85%
G = 5.57%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A11290 (or 0xA11290) is known color: Dark Magenta. HEX triplet: A1, 12 and 90. RGB value is (161,18,144). Sum of RGB (Red+Green+Blue) = 161+18+144=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A11290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11290 is #5EED6F. Grayscale: #4A4A4A. Windows color (decimal): -6221168 or 9441953. OLE color: 9441953.

HSL color Cylindrical-coordinate representation of color #A11290: hue angle of 307.13º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11290 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 144 -
CMYK 0 0.89 0.11 0.37
HSL 307.13º 0.8% 0.35% -
HSV(B) 307.13º 0.89% 0.63% -
XYZ 19.95 10.02 27.27 -
YUV 75.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 161 18 144 0 0.89 0.11 0.37 307.13 0.8 0.35
Hex A1 12 90 0 59 B 25 133 50 23
Octal 241 22 220 0 131 13 45 463 120 43
Binary 10100001 10010 10010000 0 1011001 1011 100101 100110011 1010000 100011

Color Harmonies of #A11290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11290

Black with #A11290

Text Example


Text Example

White with #A11290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11290; }

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

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

background-color css

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

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

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

border-color css

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

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

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