Html Css Color HEX #A1209E Dark Magenta

📋 copy color: '#A1209E'

red 161 ◦ green 32 ◦ blue 158

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

Shades of Dark Magenta #A1209E

Tints of Dark Magenta #A1209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

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

R = 45.87%
G = 9.12%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1209E (or 0xA1209E) is known color: Dark Magenta. HEX triplet: A1, 20 and 9E. RGB value is (161,32,158). Sum of RGB (Red+Green+Blue) = 161+32+158=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1209E is #5EDF61. Grayscale: #545454. Windows color (decimal): -6217570 or 10363041. OLE color: 10363041.

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

Color convert

RGB 161 32 158 -
CMYK 0 0.80 0.02 0.37
HSL 301.4º 0.67% 0.38% -
HSV(B) 301.4º 0.8% 0.63% -
XYZ 21.39 11.08 33.36 -
YUV 84.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 161 32 158 0 0.80 0.02 0.37 301.4 0.67 0.38
Hex A1 20 9E 0 50 2 25 12D 43 26
Octal 241 40 236 0 120 2 45 455 103 46
Binary 10100001 100000 10011110 0 1010000 10 100101 100101101 1000011 100110

Color Harmonies of #A1209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1209E

Black with #A1209E

Text Example


Text Example

White with #A1209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1209E; }

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

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

background-color css

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

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

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

border-color css

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

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

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