Html Css Color HEX #A11E9D Dark Magenta

📋 copy color: '#A11E9D'

red 161 ◦ green 30 ◦ blue 157

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

Shades of Dark Magenta #A11E9D

Tints of Dark Magenta #A11E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 46.26%
G = 8.62%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A11E9D (or 0xA11E9D) is known color: Dark Magenta. HEX triplet: A1, 1E and 9D. RGB value is (161,30,157). Sum of RGB (Red+Green+Blue) = 161+30+157=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11E9D is #5EE162. Grayscale: #535353. Windows color (decimal): -6218083 or 10296993. OLE color: 10296993.

HSL color Cylindrical-coordinate representation of color #A11E9D: hue angle of 301.83º 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 #A11E9D is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 30 157 -
CMYK 0 0.81 0.02 0.37
HSL 301.83º 0.69% 0.37% -
HSV(B) 301.83º 0.81% 0.63% -
XYZ 21.25 10.94 32.89 -
YUV 83.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 161 30 157 0 0.81 0.02 0.37 301.83 0.69 0.37
Hex A1 1E 9D 0 51 2 25 12E 45 25
Octal 241 36 235 0 121 2 45 456 105 45
Binary 10100001 11110 10011101 0 1010001 10 100101 100101110 1000101 100101

Color Harmonies of #A11E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E9D

Black with #A11E9D

Text Example


Text Example

White with #A11E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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