Html Css Color HEX #A1209C Dark Magenta

📋 copy color: '#A1209C'

red 161 ◦ green 32 ◦ blue 156

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

Shades of Dark Magenta #A1209C

Tints of Dark Magenta #A1209C

RGB

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

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

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

R = 46.13%
G = 9.17%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A1209C (or 0xA1209C) is known color: Dark Magenta. HEX triplet: A1, 20 and 9C. RGB value is (161,32,156). Sum of RGB (Red+Green+Blue) = 161+32+156=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1209C is #5EDF63. Grayscale: #545454. Windows color (decimal): -6217572 or 10231969. OLE color: 10231969.

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

Color convert

RGB 161 32 156 -
CMYK 0 0.80 0.03 0.37
HSL 302.33º 0.67% 0.38% -
HSV(B) 302.33º 0.8% 0.63% -
XYZ 21.22 11.01 32.46 -
YUV 84.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 161 32 156 0 0.80 0.03 0.37 302.33 0.67 0.38
Hex A1 20 9C 0 50 3 25 12E 43 26
Octal 241 40 234 0 120 3 45 456 103 46
Binary 10100001 100000 10011100 0 1010000 11 100101 100101110 1000011 100110

Color Harmonies of #A1209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1209C

Black with #A1209C

Text Example


Text Example

White with #A1209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1209C; }

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

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

background-color css

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

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

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

border-color css

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

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

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