Html Css Color HEX #A1219C Dark Magenta

📋 copy color: '#A1219C'

red 161 ◦ green 33 ◦ blue 156

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

Shades of Dark Magenta #A1219C

Tints of Dark Magenta #A1219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

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

R = 46%
G = 9.43%
B = 44.57%

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

#A1219C (or 0xA1219C) is known color: Dark Magenta. HEX triplet: A1, 21 and 9C. RGB value is (161,33,156). Sum of RGB (Red+Green+Blue) = 161+33+156=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1219C is #5EDE63. Grayscale: #545454. Windows color (decimal): -6217316 or 10232225. OLE color: 10232225.

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

Color convert

RGB 161 33 156 -
CMYK 0 0.80 0.03 0.37
HSL 302.34º 0.66% 0.38% -
HSV(B) 302.34º 0.8% 0.63% -
XYZ 21.24 11.07 32.47 -
YUV 85.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 161 33 156 0 0.80 0.03 0.37 302.34 0.66 0.38
Hex A1 21 9C 0 50 3 25 12E 42 26
Octal 241 41 234 0 120 3 45 456 102 46
Binary 10100001 100001 10011100 0 1010000 11 100101 100101110 1000010 100110

Color Harmonies of #A1219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1219C

Black with #A1219C

Text Example


Text Example

White with #A1219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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