Html Css Color HEX #A11F9C Dark Magenta

📋 copy color: '#A11F9C'

red 161 ◦ green 31 ◦ blue 156

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

Shades of Dark Magenta #A11F9C

Tints of Dark Magenta #A11F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 46.26%
G = 8.91%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A11F9C (or 0xA11F9C) is known color: Dark Magenta. HEX triplet: A1, 1F and 9C. RGB value is (161,31,156). Sum of RGB (Red+Green+Blue) = 161+31+156=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11F9C is #5EE063. Grayscale: #535353. Windows color (decimal): -6217828 or 10231713. OLE color: 10231713.

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

Color convert

RGB 161 31 156 -
CMYK 0 0.81 0.03 0.37
HSL 302.31º 0.68% 0.38% -
HSV(B) 302.31º 0.81% 0.63% -
XYZ 21.19 10.96 32.45 -
YUV 84.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 161 31 156 0 0.81 0.03 0.37 302.31 0.68 0.38
Hex A1 1F 9C 0 51 3 25 12E 44 26
Octal 241 37 234 0 121 3 45 456 104 46
Binary 10100001 11111 10011100 0 1010001 11 100101 100101110 1000100 100110

Color Harmonies of #A11F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F9C

Black with #A11F9C

Text Example


Text Example

White with #A11F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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