Html Css Color HEX #A11B9D Dark Magenta

📋 copy color: '#A11B9D'

red 161 ◦ green 27 ◦ blue 157

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

Shades of Dark Magenta #A11B9D

Tints of Dark Magenta #A11B9D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.83%

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

R = 46.67%
G = 7.83%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A11B9D (or 0xA11B9D) is known color: Dark Magenta. HEX triplet: A1, 1B and 9D. RGB value is (161,27,157). Sum of RGB (Red+Green+Blue) = 161+27+157=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11B9D is #5EE462. Grayscale: #515151. Windows color (decimal): -6218851 or 10296225. OLE color: 10296225.

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

Color convert

RGB 161 27 157 -
CMYK 0 0.83 0.02 0.37
HSL 301.79º 0.71% 0.37% -
HSV(B) 301.79º 0.83% 0.63% -
XYZ 21.18 10.8 32.87 -
YUV 81.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 161 27 157 0 0.83 0.02 0.37 301.79 0.71 0.37
Hex A1 1B 9D 0 53 2 25 12E 47 25
Octal 241 33 235 0 123 2 45 456 107 45
Binary 10100001 11011 10011101 0 1010011 10 100101 100101110 1000111 100101

Color Harmonies of #A11B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11B9D

Black with #A11B9D

Text Example


Text Example

White with #A11B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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