Html Css Color HEX #A117A3 Dark Magenta

📋 copy color: '#A117A3'

red 161 ◦ green 23 ◦ blue 163

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

Shades of Dark Magenta #A117A3

Tints of Dark Magenta #A117A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.97%

R = 46.4%
G = 6.63%
B = 46.97%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A117A3 (or 0xA117A3) is known color: Dark Magenta. HEX triplet: A1, 17 and A3. RGB value is (161,23,163). Sum of RGB (Red+Green+Blue) = 161+23+163=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 163 - color contains mainly: blue. Hex color #A117A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A117A3 is #5EE85C. Grayscale: #4F4F4F. Windows color (decimal): -6219869 or 10688417. OLE color: 10688417.

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

Color convert

RGB 161 23 163 -
CMYK 0.01 0.86 0 0.36
HSL 299.14º 0.75% 0.36% -
HSV(B) 299.14º 0.86% 0.64% -
XYZ 21.62 10.83 35.6 -
YUV 80.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 161 23 163 0.01 0.86 0 0.36 299.14 0.75 0.36
Hex A1 17 A3 1 56 0 24 12B 4B 24
Octal 241 27 243 1 126 0 44 453 113 44
Binary 10100001 10111 10100011 1 1010110 0 100100 100101011 1001011 100100

Color Harmonies of #A117A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117A3

Black with #A117A3

Text Example


Text Example

White with #A117A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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