Html Css Color HEX #A116A0 Dark Magenta

📋 copy color: '#A116A0'

red 161 ◦ green 22 ◦ blue 160

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

Shades of Dark Magenta #A116A0

Tints of Dark Magenta #A116A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

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

R = 46.94%
G = 6.41%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A116A0 (or 0xA116A0) is known color: Dark Magenta. HEX triplet: A1, 16 and A0. RGB value is (161,22,160). Sum of RGB (Red+Green+Blue) = 161+22+160=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A116A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A116A0 is #5EE95F. Grayscale: #4E4E4E. Windows color (decimal): -6220128 or 10491553. OLE color: 10491553.

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

Color convert

RGB 161 22 160 -
CMYK 0 0.86 0.01 0.37
HSL 300.43º 0.76% 0.36% -
HSV(B) 300.43º 0.86% 0.63% -
XYZ 21.33 10.69 34.2 -
YUV 79.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 161 22 160 0 0.86 0.01 0.37 300.43 0.76 0.36
Hex A1 16 A0 0 56 1 25 12C 4C 24
Octal 241 26 240 0 126 1 45 454 114 44
Binary 10100001 10110 10100000 0 1010110 1 100101 100101100 1001100 100100

Color Harmonies of #A116A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A116A0

Black with #A116A0

Text Example


Text Example

White with #A116A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A116A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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