Html Css Color HEX #A11FA1 Dark Magenta

📋 copy color: '#A11FA1'

red 161 ◦ green 31 ◦ blue 161

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

Shades of Dark Magenta #A11FA1

Tints of Dark Magenta #A11FA1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

 BLUE value IS 161 (63.28% from 255) = 45.61%

R = 45.61%
G = 8.78%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A11FA1 (or 0xA11FA1) is known color: Dark Magenta. HEX triplet: A1, 1F and A1. RGB value is (161,31,161). Sum of RGB (Red+Green+Blue) = 161+31+161=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A11FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11FA1 is #5EE05E. Grayscale: #545454. Windows color (decimal): -6217823 or 10559393. OLE color: 10559393.

HSL color Cylindrical-coordinate representation of color #A11FA1: hue angle of 300º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11FA1 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 31 161 -
CMYK 0 0.81 0 0.37
HSL 300º 0.68% 0.38% -
HSV(B) 300º 0.81% 0.63% -
XYZ 21.62 11.13 34.73 -
YUV 84.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 161 31 161 0 0.81 0 0.37 300 0.68 0.38
Hex A1 1F A1 0 51 0 25 12C 44 26
Octal 241 37 241 0 121 0 45 454 104 46
Binary 10100001 11111 10100001 0 1010001 0 100101 100101100 1000100 100110

Color Harmonies of #A11FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FA1

Black with #A11FA1

Text Example


Text Example

White with #A11FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FA1; }

 p { color: rgb(161,31,161); }

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

background-color css

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

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

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

border-color css

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

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

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