Html Css Color HEX #A0199D Dark Magenta

📋 copy color: '#A0199D'

red 160 ◦ green 25 ◦ blue 157

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

Shades of Dark Magenta #A0199D

Tints of Dark Magenta #A0199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

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

R = 46.78%
G = 7.31%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0199D (or 0xA0199D) is known color: Dark Magenta. HEX triplet: A0, 19 and 9D. RGB value is (160,25,157). Sum of RGB (Red+Green+Blue) = 160+25+157=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0199D is #5FE662. Grayscale: #505050. Windows color (decimal): -6284899 or 10295712. OLE color: 10295712.

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

Color convert

RGB 160 25 157 -
CMYK 0 0.84 0.02 0.37
HSL 301.33º 0.73% 0.36% -
HSV(B) 301.33º 0.84% 0.63% -
XYZ 20.93 10.6 32.84 -
YUV 80.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 160 25 157 0 0.84 0.02 0.37 301.33 0.73 0.36
Hex A0 19 9D 0 54 2 25 12D 49 24
Octal 240 31 235 0 124 2 45 455 111 44
Binary 10100000 11001 10011101 0 1010100 10 100101 100101101 1001001 100100

Color Harmonies of #A0199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0199D

Black with #A0199D

Text Example


Text Example

White with #A0199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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