Html Css Color HEX #A119A1 Dark Magenta

📋 copy color: '#A119A1'

red 161 ◦ green 25 ◦ blue 161

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

Shades of Dark Magenta #A119A1

Tints of Dark Magenta #A119A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.4%

R = 46.4%
G = 7.2%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A119A1 (or 0xA119A1) is known color: Dark Magenta. HEX triplet: A1, 19 and A1. RGB value is (161,25,161). Sum of RGB (Red+Green+Blue) = 161+25+161=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A119A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A119A1 is #5EE65E. Grayscale: #505050. Windows color (decimal): -6219359 or 10557857. OLE color: 10557857.

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

Color convert

RGB 161 25 161 -
CMYK 0 0.84 0 0.37
HSL 300º 0.73% 0.36% -
HSV(B) 300º 0.84% 0.63% -
XYZ 21.48 10.85 34.68 -
YUV 81.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 161 25 161 0 0.84 0 0.37 300 0.73 0.36
Hex A1 19 A1 0 54 0 25 12C 49 24
Octal 241 31 241 0 124 0 45 454 111 44
Binary 10100001 11001 10100001 0 1010100 0 100101 100101100 1001001 100100

Color Harmonies of #A119A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119A1

Black with #A119A1

Text Example


Text Example

White with #A119A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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