Html Css Color HEX #A1109F Dark Magenta

📋 copy color: '#A1109F'

red 161 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #A1109F

Tints of Dark Magenta #A1109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.76%

 BLUE value IS 159 (62.5% from 255) = 47.32%

R = 47.92%
G = 4.76%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A1109F (or 0xA1109F) is known color: Dark Magenta. HEX triplet: A1, 10 and 9F. RGB value is (161,16,159). Sum of RGB (Red+Green+Blue) = 161+16+159=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1109F is #5EEF60. Grayscale: #4B4B4B. Windows color (decimal): -6221665 or 10424481. OLE color: 10424481.

HSL color Cylindrical-coordinate representation of color #A1109F: hue angle of 300.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1109F is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 159 -
CMYK 0 0.90 0.01 0.37
HSL 300.83º 0.82% 0.35% -
HSV(B) 300.83º 0.9% 0.63% -
XYZ 21.14 10.45 33.7 -
YUV 75.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 161 16 159 0 0.90 0.01 0.37 300.83 0.82 0.35
Hex A1 10 9F 0 5A 1 25 12D 52 23
Octal 241 20 237 0 132 1 45 455 122 43
Binary 10100001 10000 10011111 0 1011010 1 100101 100101101 1010010 100011

Color Harmonies of #A1109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1109F

Black with #A1109F

Text Example


Text Example

White with #A1109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1109F; }

 p { color: rgb(161,16,159); }

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

background-color css

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

 a { background-color: rgb(161,16,159); }

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

border-color css

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

 span { border-color: rgb(161,16,159); }

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