Html Css Color HEX #A1119A Dark Magenta

📋 copy color: '#A1119A'

red 161 ◦ green 17 ◦ blue 154

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

Shades of Dark Magenta #A1119A

Tints of Dark Magenta #A1119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

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

R = 48.49%
G = 5.12%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1119A (or 0xA1119A) is known color: Dark Magenta. HEX triplet: A1, 11 and 9A. RGB value is (161,17,154). Sum of RGB (Red+Green+Blue) = 161+17+154=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1119A is #5EEE65. Grayscale: #4B4B4B. Windows color (decimal): -6221414 or 10097057. OLE color: 10097057.

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

Color convert

RGB 161 17 154 -
CMYK 0 0.89 0.04 0.37
HSL 302.92º 0.81% 0.35% -
HSV(B) 302.92º 0.89% 0.63% -
XYZ 20.73 10.31 31.47 -
YUV 75.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 161 17 154 0 0.89 0.04 0.37 302.92 0.81 0.35
Hex A1 11 9A 0 59 4 25 12F 51 23
Octal 241 21 232 0 131 4 45 457 121 43
Binary 10100001 10001 10011010 0 1011001 100 100101 100101111 1010001 100011

Color Harmonies of #A1119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1119A

Black with #A1119A

Text Example


Text Example

White with #A1119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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