Html Css Color HEX #A1179A Dark Magenta

📋 copy color: '#A1179A'

red 161 ◦ green 23 ◦ blue 154

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

Shades of Dark Magenta #A1179A

Tints of Dark Magenta #A1179A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 47.63%
G = 6.8%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1179A (or 0xA1179A) is known color: Dark Magenta. HEX triplet: A1, 17 and 9A. RGB value is (161,23,154). Sum of RGB (Red+Green+Blue) = 161+23+154=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1179A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1179A is #5EE865. Grayscale: #4E4E4E. Windows color (decimal): -6219878 or 10098593. OLE color: 10098593.

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

Color convert

RGB 161 23 154 -
CMYK 0 0.86 0.04 0.37
HSL 303.04º 0.75% 0.36% -
HSV(B) 303.04º 0.86% 0.63% -
XYZ 20.84 10.52 31.5 -
YUV 79.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 161 23 154 0 0.86 0.04 0.37 303.04 0.75 0.36
Hex A1 17 9A 0 56 4 25 12F 4B 24
Octal 241 27 232 0 126 4 45 457 113 44
Binary 10100001 10111 10011010 0 1010110 100 100101 100101111 1001011 100100

Color Harmonies of #A1179A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1179A

Black with #A1179A

Text Example


Text Example

White with #A1179A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1179A; }

 p { color: rgb(161,23,154); }

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

background-color css

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

 a { background-color: rgb(161,23,154); }

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

border-color css

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

 span { border-color: rgb(161,23,154); }

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