Html Css Color HEX #A11F99 Dark Magenta

📋 copy color: '#A11F99'

red 161 ◦ green 31 ◦ blue 153

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

Shades of Dark Magenta #A11F99

Tints of Dark Magenta #A11F99

RGB

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

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

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

R = 46.67%
G = 8.99%
B = 44.35%

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

#A11F99 (or 0xA11F99) is known color: Dark Magenta. HEX triplet: A1, 1F and 99. RGB value is (161,31,153). Sum of RGB (Red+Green+Blue) = 161+31+153=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11F99 is #5EE066. Grayscale: #535353. Windows color (decimal): -6217831 or 10035105. OLE color: 10035105.

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

Color convert

RGB 161 31 153 -
CMYK 0 0.81 0.05 0.37
HSL 303.69º 0.68% 0.38% -
HSV(B) 303.69º 0.81% 0.63% -
XYZ 20.94 10.86 31.13 -
YUV 83.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 161 31 153 0 0.81 0.05 0.37 303.69 0.68 0.38
Hex A1 1F 99 0 51 5 25 130 44 26
Octal 241 37 231 0 121 5 45 460 104 46
Binary 10100001 11111 10011001 0 1010001 101 100101 100110000 1000100 100110

Color Harmonies of #A11F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F99

Black with #A11F99

Text Example


Text Example

White with #A11F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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