Html Css Color HEX #A1118A Dark Magenta

📋 copy color: '#A1118A'

red 161 ◦ green 17 ◦ blue 138

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

Shades of Dark Magenta #A1118A

Tints of Dark Magenta #A1118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 50.95%
G = 5.38%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1118A (or 0xA1118A) is known color: Dark Magenta. HEX triplet: A1, 11 and 8A. RGB value is (161,17,138). Sum of RGB (Red+Green+Blue) = 161+17+138=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A1118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1118A is #5EEE75. Grayscale: #494949. Windows color (decimal): -6221430 or 9048481. OLE color: 9048481.

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

Color convert

RGB 161 17 138 -
CMYK 0 0.89 0.14 0.37
HSL 309.58º 0.81% 0.35% -
HSV(B) 309.58º 0.89% 0.63% -
XYZ 19.49 9.81 24.91 -
YUV 73.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 161 17 138 0 0.89 0.14 0.37 309.58 0.81 0.35
Hex A1 11 8A 0 59 E 25 136 51 23
Octal 241 21 212 0 131 16 45 466 121 43
Binary 10100001 10001 10001010 0 1011001 1110 100101 100110110 1010001 100011

Color Harmonies of #A1118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1118A

Black with #A1118A

Text Example


Text Example

White with #A1118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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