Html Css Color HEX #A1199F Dark Magenta

📋 copy color: '#A1199F'

red 161 ◦ green 25 ◦ blue 159

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

Shades of Dark Magenta #A1199F

Tints of Dark Magenta #A1199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.09%

R = 46.67%
G = 7.25%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A1199F (or 0xA1199F) is known color: Dark Magenta. HEX triplet: A1, 19 and 9F. RGB value is (161,25,159). Sum of RGB (Red+Green+Blue) = 161+25+159=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A1199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1199F is #5EE660. Grayscale: #505050. Windows color (decimal): -6219361 or 10426785. OLE color: 10426785.

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

Color convert

RGB 161 25 159 -
CMYK 0 0.84 0.01 0.37
HSL 300.88º 0.73% 0.36% -
HSV(B) 300.88º 0.84% 0.63% -
XYZ 21.3 10.78 33.76 -
YUV 80.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 161 25 159 0 0.84 0.01 0.37 300.88 0.73 0.36
Hex A1 19 9F 0 54 1 25 12D 49 24
Octal 241 31 237 0 124 1 45 455 111 44
Binary 10100001 11001 10011111 0 1010100 1 100101 100101101 1001001 100100

Color Harmonies of #A1199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1199F

Black with #A1199F

Text Example


Text Example

White with #A1199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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