Html Css Color HEX #A1199C Dark Magenta

📋 copy color: '#A1199C'

red 161 ◦ green 25 ◦ blue 156

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

Shades of Dark Magenta #A1199C

Tints of Dark Magenta #A1199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 47.08%
G = 7.31%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A1199C (or 0xA1199C) is known color: Dark Magenta. HEX triplet: A1, 19 and 9C. RGB value is (161,25,156). Sum of RGB (Red+Green+Blue) = 161+25+156=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1199C is #5EE663. Grayscale: #505050. Windows color (decimal): -6219364 or 10230177. OLE color: 10230177.

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

Color convert

RGB 161 25 156 -
CMYK 0 0.84 0.03 0.37
HSL 302.21º 0.73% 0.36% -
HSV(B) 302.21º 0.84% 0.63% -
XYZ 21.05 10.67 32.4 -
YUV 80.6 170.56 185.35 -
System Red Green Blue C M Y K H S L
Decimal 161 25 156 0 0.84 0.03 0.37 302.21 0.73 0.36
Hex A1 19 9C 0 54 3 25 12E 49 24
Octal 241 31 234 0 124 3 45 456 111 44
Binary 10100001 11001 10011100 0 1010100 11 100101 100101110 1001001 100100

Color Harmonies of #A1199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1199C

Black with #A1199C

Text Example


Text Example

White with #A1199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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