Html Css Color HEX #A1209A Dark Magenta

📋 copy color: '#A1209A'

red 161 ◦ green 32 ◦ blue 154

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

Shades of Dark Magenta #A1209A

Tints of Dark Magenta #A1209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.38%

R = 46.4%
G = 9.22%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1209A (or 0xA1209A) is known color: Dark Magenta. HEX triplet: A1, 20 and 9A. RGB value is (161,32,154). Sum of RGB (Red+Green+Blue) = 161+32+154=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A1209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1209A is #5EDF65. Grayscale: #545454. Windows color (decimal): -6217574 or 10100897. OLE color: 10100897.

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

Color convert

RGB 161 32 154 -
CMYK 0 0.80 0.04 0.37
HSL 303.26º 0.67% 0.38% -
HSV(B) 303.26º 0.8% 0.63% -
XYZ 21.05 10.94 31.57 -
YUV 84.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 161 32 154 0 0.80 0.04 0.37 303.26 0.67 0.38
Hex A1 20 9A 0 50 4 25 12F 43 26
Octal 241 40 232 0 120 4 45 457 103 46
Binary 10100001 100000 10011010 0 1010000 100 100101 100101111 1000011 100110

Color Harmonies of #A1209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1209A

Black with #A1209A

Text Example


Text Example

White with #A1209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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