Html Css Color HEX #A118A0 Dark Magenta

📋 copy color: '#A118A0'

red 161 ◦ green 24 ◦ blue 160

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

Shades of Dark Magenta #A118A0

Tints of Dark Magenta #A118A0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.96%

 BLUE value IS 160 (62.89% from 255) = 46.38%

R = 46.67%
G = 6.96%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A118A0 (or 0xA118A0) is known color: Dark Magenta. HEX triplet: A1, 18 and A0. RGB value is (161,24,160). Sum of RGB (Red+Green+Blue) = 161+24+160=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A118A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A118A0 is #5EE75F. Grayscale: #505050. Windows color (decimal): -6219616 or 10492065. OLE color: 10492065.

HSL color Cylindrical-coordinate representation of color #A118A0: hue angle of 300.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A118A0 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 24 160 -
CMYK 0 0.85 0.01 0.37
HSL 300.44º 0.74% 0.36% -
HSV(B) 300.44º 0.85% 0.63% -
XYZ 21.37 10.77 34.21 -
YUV 80.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 161 24 160 0 0.85 0.01 0.37 300.44 0.74 0.36
Hex A1 18 A0 0 55 1 25 12C 4A 24
Octal 241 30 240 0 125 1 45 454 112 44
Binary 10100001 11000 10100000 0 1010101 1 100101 100101100 1001010 100100

Color Harmonies of #A118A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118A0

Black with #A118A0

Text Example


Text Example

White with #A118A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118A0; }

 p { color: rgb(161,24,160); }

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

background-color css

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

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

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

border-color css

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

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

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