Html Css Color HEX #A11492 Dark Magenta

📋 copy color: '#A11492'

red 161 ◦ green 20 ◦ blue 146

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

Shades of Dark Magenta #A11492

Tints of Dark Magenta #A11492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

 BLUE value IS 146 (57.42% from 255) = 44.65%

R = 49.24%
G = 6.12%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A11492 (or 0xA11492) is known color: Dark Magenta. HEX triplet: A1, 14 and 92. RGB value is (161,20,146). Sum of RGB (Red+Green+Blue) = 161+20+146=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A11492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11492 is #5EEB6D. Grayscale: #4C4C4C. Windows color (decimal): -6220654 or 9573537. OLE color: 9573537.

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

Color convert

RGB 161 20 146 -
CMYK 0 0.88 0.09 0.37
HSL 306.38º 0.78% 0.35% -
HSV(B) 306.38º 0.88% 0.63% -
XYZ 20.14 10.15 28.09 -
YUV 76.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 161 20 146 0 0.88 0.09 0.37 306.38 0.78 0.35
Hex A1 14 92 0 58 9 25 132 4E 23
Octal 241 24 222 0 130 11 45 462 116 43
Binary 10100001 10100 10010010 0 1011000 1001 100101 100110010 1001110 100011

Color Harmonies of #A11492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11492

Black with #A11492

Text Example


Text Example

White with #A11492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11492; }

 p { color: rgb(161,20,146); }

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

background-color css

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

 a { background-color: rgb(161,20,146); }

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

border-color css

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

 span { border-color: rgb(161,20,146); }

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