Html Css Color HEX #A11990 Dark Magenta

📋 copy color: '#A11990'

red 161 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #A11990

Tints of Dark Magenta #A11990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

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

R = 48.79%
G = 7.58%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A11990 (or 0xA11990) is known color: Dark Magenta. HEX triplet: A1, 19 and 90. RGB value is (161,25,144). Sum of RGB (Red+Green+Blue) = 161+25+144=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A11990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11990 is #5EE66F. Grayscale: #4E4E4E. Windows color (decimal): -6219376 or 9443745. OLE color: 9443745.

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

Color convert

RGB 161 25 144 -
CMYK 0 0.84 0.11 0.37
HSL 307.5º 0.73% 0.36% -
HSV(B) 307.5º 0.84% 0.63% -
XYZ 20.08 10.29 27.31 -
YUV 79.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 161 25 144 0 0.84 0.11 0.37 307.5 0.73 0.36
Hex A1 19 90 0 54 B 25 134 49 24
Octal 241 31 220 0 124 13 45 464 111 44
Binary 10100001 11001 10010000 0 1010100 1011 100101 100110100 1001001 100100

Color Harmonies of #A11990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11990

Black with #A11990

Text Example


Text Example

White with #A11990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11990; }

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

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

background-color css

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

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

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

border-color css

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

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

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