Html Css Color HEX #A11FA5 Dark Magenta

📋 copy color: '#A11FA5'

red 161 ◦ green 31 ◦ blue 165

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

Shades of Dark Magenta #A11FA5

Tints of Dark Magenta #A11FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.22%

R = 45.1%
G = 8.68%
B = 46.22%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A11FA5 (or 0xA11FA5) is known color: Dark Magenta. HEX triplet: A1, 1F and A5. RGB value is (161,31,165). Sum of RGB (Red+Green+Blue) = 161+31+165=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #A11FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11FA5 is #5EE05A. Grayscale: #545454. Windows color (decimal): -6217819 or 10821537. OLE color: 10821537.

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

Color convert

RGB 161 31 165 -
CMYK 0.02 0.81 0 0.35
HSL 298.21º 0.68% 0.38% -
HSV(B) 298.21º 0.81% 0.65% -
XYZ 21.98 11.27 36.61 -
YUV 85.15 173.07 182.1 -
System Red Green Blue C M Y K H S L
Decimal 161 31 165 0.02 0.81 0 0.35 298.21 0.68 0.38
Hex A1 1F A5 2 51 0 23 12A 44 26
Octal 241 37 245 2 121 0 43 452 104 46
Binary 10100001 11111 10100101 10 1010001 0 100011 100101010 1000100 100110

Color Harmonies of #A11FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FA5

Black with #A11FA5

Text Example


Text Example

White with #A11FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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