Html Css Color HEX #A11E99 Dark Magenta

📋 copy color: '#A11E99'

red 161 ◦ green 30 ◦ blue 153

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

Shades of Dark Magenta #A11E99

Tints of Dark Magenta #A11E99

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.72%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 46.8%
G = 8.72%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A11E99 (or 0xA11E99) is known color: Dark Magenta. HEX triplet: A1, 1E and 99. RGB value is (161,30,153). Sum of RGB (Red+Green+Blue) = 161+30+153=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11E99 is #5EE166. Grayscale: #525252. Windows color (decimal): -6218087 or 10034849. OLE color: 10034849.

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

Color convert

RGB 161 30 153 -
CMYK 0 0.81 0.05 0.37
HSL 303.66º 0.69% 0.37% -
HSV(B) 303.66º 0.81% 0.63% -
XYZ 20.91 10.81 31.12 -
YUV 83.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 161 30 153 0 0.81 0.05 0.37 303.66 0.69 0.37
Hex A1 1E 99 0 51 5 25 130 45 25
Octal 241 36 231 0 121 5 45 460 105 45
Binary 10100001 11110 10011001 0 1010001 101 100101 100110000 1000101 100101

Color Harmonies of #A11E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E99

Black with #A11E99

Text Example


Text Example

White with #A11E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E99; }

 p { color: rgb(161,30,153); }

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

background-color css

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

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

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

border-color css

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

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

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