Html Css Color HEX #A1159E Dark Magenta

📋 copy color: '#A1159E'

red 161 ◦ green 21 ◦ blue 158

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

Shades of Dark Magenta #A1159E

Tints of Dark Magenta #A1159E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

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

R = 47.35%
G = 6.18%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1159E (or 0xA1159E) is known color: Dark Magenta. HEX triplet: A1, 15 and 9E. RGB value is (161,21,158). Sum of RGB (Red+Green+Blue) = 161+21+158=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1159E is #5EEA61. Grayscale: #4E4E4E. Windows color (decimal): -6220386 or 10360225. OLE color: 10360225.

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

Color convert

RGB 161 21 158 -
CMYK 0 0.87 0.02 0.37
HSL 301.29º 0.77% 0.36% -
HSV(B) 301.29º 0.87% 0.63% -
XYZ 21.14 10.58 33.28 -
YUV 78.48 172.88 186.86 -
System Red Green Blue C M Y K H S L
Decimal 161 21 158 0 0.87 0.02 0.37 301.29 0.77 0.36
Hex A1 15 9E 0 57 2 25 12D 4D 24
Octal 241 25 236 0 127 2 45 455 115 44
Binary 10100001 10101 10011110 0 1010111 10 100101 100101101 1001101 100100

Color Harmonies of #A1159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1159E

Black with #A1159E

Text Example


Text Example

White with #A1159E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1159E; }

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

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

background-color css

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

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

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

border-color css

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

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

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