Html Css Color HEX #A1109E Dark Magenta

📋 copy color: '#A1109E'

red 161 ◦ green 16 ◦ blue 158

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

Shades of Dark Magenta #A1109E

Tints of Dark Magenta #A1109E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 48.06%
G = 4.78%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1109E (or 0xA1109E) is known color: Dark Magenta. HEX triplet: A1, 10 and 9E. RGB value is (161,16,158). Sum of RGB (Red+Green+Blue) = 161+16+158=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1109E is #5EEF61. Grayscale: #4B4B4B. Windows color (decimal): -6221666 or 10358945. OLE color: 10358945.

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

Color convert

RGB 161 16 158 -
CMYK 0 0.90 0.02 0.37
HSL 301.24º 0.82% 0.35% -
HSV(B) 301.24º 0.9% 0.63% -
XYZ 21.05 10.42 33.25 -
YUV 75.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 161 16 158 0 0.90 0.02 0.37 301.24 0.82 0.35
Hex A1 10 9E 0 5A 2 25 12D 52 23
Octal 241 20 236 0 132 2 45 455 122 43
Binary 10100001 10000 10011110 0 1011010 10 100101 100101101 1010010 100011

Color Harmonies of #A1109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1109E

Black with #A1109E

Text Example


Text Example

White with #A1109E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1109E; }

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

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

background-color css

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

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

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

border-color css

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

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

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