Html Css Color HEX #A1199A Dark Magenta

📋 copy color: '#A1199A'

red 161 ◦ green 25 ◦ blue 154

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

Shades of Dark Magenta #A1199A

Tints of Dark Magenta #A1199A

RGB

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

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

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

R = 47.35%
G = 7.35%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1199A (or 0xA1199A) is known color: Dark Magenta. HEX triplet: A1, 19 and 9A. RGB value is (161,25,154). Sum of RGB (Red+Green+Blue) = 161+25+154=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1199A is #5EE665. Grayscale: #4F4F4F. Windows color (decimal): -6219366 or 10099105. OLE color: 10099105.

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

Color convert

RGB 161 25 154 -
CMYK 0 0.84 0.04 0.37
HSL 303.09º 0.73% 0.36% -
HSV(B) 303.09º 0.84% 0.63% -
XYZ 20.88 10.61 31.52 -
YUV 80.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 161 25 154 0 0.84 0.04 0.37 303.09 0.73 0.36
Hex A1 19 9A 0 54 4 25 12F 49 24
Octal 241 31 232 0 124 4 45 457 111 44
Binary 10100001 11001 10011010 0 1010100 100 100101 100101111 1001001 100100

Color Harmonies of #A1199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1199A

Black with #A1199A

Text Example


Text Example

White with #A1199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1199A; }

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

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

background-color css

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

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

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

border-color css

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

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

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