Html Css Color HEX #A0199C Dark Magenta

📋 copy color: '#A0199C'

red 160 ◦ green 25 ◦ blue 156

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

Shades of Dark Magenta #A0199C

Tints of Dark Magenta #A0199C

RGB

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

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

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

R = 46.92%
G = 7.33%
B = 45.75%

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

#A0199C (or 0xA0199C) is known color: Dark Magenta. HEX triplet: A0, 19 and 9C. RGB value is (160,25,156). Sum of RGB (Red+Green+Blue) = 160+25+156=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0199C is #5FE663. Grayscale: #4F4F4F. Windows color (decimal): -6284900 or 10230176. OLE color: 10230176.

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

Color convert

RGB 160 25 156 -
CMYK 0 0.84 0.02 0.37
HSL 301.78º 0.73% 0.36% -
HSV(B) 301.78º 0.84% 0.63% -
XYZ 20.85 10.57 32.39 -
YUV 80.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 160 25 156 0 0.84 0.02 0.37 301.78 0.73 0.36
Hex A0 19 9C 0 54 2 25 12E 49 24
Octal 240 31 234 0 124 2 45 456 111 44
Binary 10100000 11001 10011100 0 1010100 10 100101 100101110 1001001 100100

Color Harmonies of #A0199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0199C

Black with #A0199C

Text Example


Text Example

White with #A0199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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