Html Css Color HEX #A0219D Dark Magenta

📋 copy color: '#A0219D'

red 160 ◦ green 33 ◦ blue 157

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

Shades of Dark Magenta #A0219D

Tints of Dark Magenta #A0219D

RGB

 RED value IS 160 (62.89% from 255) = 45.71%

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

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 45.71%
G = 9.43%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0219D (or 0xA0219D) is known color: Dark Magenta. HEX triplet: A0, 21 and 9D. RGB value is (160,33,157). Sum of RGB (Red+Green+Blue) = 160+33+157=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0219D is #5FDE62. Grayscale: #545454. Windows color (decimal): -6282851 or 10297760. OLE color: 10297760.

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

Color convert

RGB 160 33 157 -
CMYK 0 0.79 0.02 0.37
HSL 301.42º 0.66% 0.38% -
HSV(B) 301.42º 0.79% 0.63% -
XYZ 21.13 11 32.91 -
YUV 85.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 160 33 157 0 0.79 0.02 0.37 301.42 0.66 0.38
Hex A0 21 9D 0 4F 2 25 12D 42 26
Octal 240 41 235 0 117 2 45 455 102 46
Binary 10100000 100001 10011101 0 1001111 10 100101 100101101 1000010 100110

Color Harmonies of #A0219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0219D

Black with #A0219D

Text Example


Text Example

White with #A0219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0219D; }

 p { color: rgb(160,33,157); }

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

background-color css

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

 a { background-color: rgb(160,33,157); }

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

border-color css

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

 span { border-color: rgb(160,33,157); }

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