Html Css Color HEX #A117A0 Dark Magenta

📋 copy color: '#A117A0'

red 161 ◦ green 23 ◦ blue 160

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

Shades of Dark Magenta #A117A0

Tints of Dark Magenta #A117A0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

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

R = 46.8%
G = 6.69%
B = 46.51%

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

#A117A0 (or 0xA117A0) is known color: Dark Magenta. HEX triplet: A1, 17 and A0. RGB value is (161,23,160). Sum of RGB (Red+Green+Blue) = 161+23+160=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A117A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A117A0 is #5EE85F. Grayscale: #4F4F4F. Windows color (decimal): -6219872 or 10491809. OLE color: 10491809.

HSL color Cylindrical-coordinate representation of color #A117A0: hue angle of 300.43º degrees, saturation: 0.75, 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 #A117A0 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 23 160 -
CMYK 0 0.86 0.01 0.37
HSL 300.43º 0.75% 0.36% -
HSV(B) 300.43º 0.86% 0.63% -
XYZ 21.35 10.73 34.2 -
YUV 79.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 161 23 160 0 0.86 0.01 0.37 300.43 0.75 0.36
Hex A1 17 A0 0 56 1 25 12C 4B 24
Octal 241 27 240 0 126 1 45 454 113 44
Binary 10100001 10111 10100000 0 1010110 1 100101 100101100 1001011 100100

Color Harmonies of #A117A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117A0

Black with #A117A0

Text Example


Text Example

White with #A117A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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