Html Css Color HEX #A1149E Dark Magenta

📋 copy color: '#A1149E'

red 161 ◦ green 20 ◦ blue 158

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

Shades of Dark Magenta #A1149E

Tints of Dark Magenta #A1149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.61%

R = 47.49%
G = 5.9%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1149E (or 0xA1149E) is known color: Dark Magenta. HEX triplet: A1, 14 and 9E. RGB value is (161,20,158). Sum of RGB (Red+Green+Blue) = 161+20+158=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1149E is #5EEB61. Grayscale: #4D4D4D. Windows color (decimal): -6220642 or 10359969. OLE color: 10359969.

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

Color convert

RGB 161 20 158 -
CMYK 0 0.88 0.02 0.37
HSL 301.28º 0.78% 0.35% -
HSV(B) 301.28º 0.88% 0.63% -
XYZ 21.12 10.55 33.27 -
YUV 77.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 161 20 158 0 0.88 0.02 0.37 301.28 0.78 0.35
Hex A1 14 9E 0 58 2 25 12D 4E 23
Octal 241 24 236 0 130 2 45 455 116 43
Binary 10100001 10100 10011110 0 1011000 10 100101 100101101 1001110 100011

Color Harmonies of #A1149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1149E

Black with #A1149E

Text Example


Text Example

White with #A1149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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