Html Css Color HEX #A0199B Dark Magenta

📋 copy color: '#A0199B'

red 160 ◦ green 25 ◦ blue 155

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

Shades of Dark Magenta #A0199B

Tints of Dark Magenta #A0199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 47.06%
G = 7.35%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0199B (or 0xA0199B) is known color: Dark Magenta. HEX triplet: A0, 19 and 9B. RGB value is (160,25,155). Sum of RGB (Red+Green+Blue) = 160+25+155=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0199B is #5FE664. Grayscale: #4F4F4F. Windows color (decimal): -6284901 or 10164640. OLE color: 10164640.

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

Color convert

RGB 160 25 155 -
CMYK 0 0.84 0.03 0.37
HSL 302.22º 0.73% 0.36% -
HSV(B) 302.22º 0.84% 0.63% -
XYZ 20.76 10.54 31.95 -
YUV 80.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 160 25 155 0 0.84 0.03 0.37 302.22 0.73 0.36
Hex A0 19 9B 0 54 3 25 12E 49 24
Octal 240 31 233 0 124 3 45 456 111 44
Binary 10100000 11001 10011011 0 1010100 11 100101 100101110 1001001 100100

Color Harmonies of #A0199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0199B

Black with #A0199B

Text Example


Text Example

White with #A0199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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