Html Css Color HEX #A8199D Dark Magenta

📋 copy color: '#A8199D'

red 168 ◦ green 25 ◦ blue 157

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

Shades of Dark Magenta #A8199D

Tints of Dark Magenta #A8199D

RGB

 RED value IS 168 (66.02% from 255) = 48%

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

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

R = 48%
G = 7.14%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8199D (or 0xA8199D) is known color: Dark Magenta. HEX triplet: A8, 19 and 9D. RGB value is (168,25,157). Sum of RGB (Red+Green+Blue) = 168+25+157=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8199D is #57E662. Grayscale: #525252. Windows color (decimal): -5760611 or 10295720. OLE color: 10295720.

HSL color Cylindrical-coordinate representation of color #A8199D: hue angle of 304.62º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8199D is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 157 -
CMYK 0 0.85 0.07 0.34
HSL 304.62º 0.74% 0.38% -
HSV(B) 304.62º 0.85% 0.66% -
XYZ 22.58 11.45 32.92 -
YUV 82.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 168 25 157 0 0.85 0.07 0.34 304.62 0.74 0.38
Hex A8 19 9D 0 55 7 22 131 4A 26
Octal 250 31 235 0 125 7 42 461 112 46
Binary 10101000 11001 10011101 0 1010101 111 100010 100110001 1001010 100110

Color Harmonies of #A8199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8199D

Black with #A8199D

Text Example


Text Example

White with #A8199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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