Html Css Color HEX #A8199F Dark Magenta

📋 copy color: '#A8199F'

red 168 ◦ green 25 ◦ blue 159

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

Shades of Dark Magenta #A8199F

Tints of Dark Magenta #A8199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 47.73%
G = 7.1%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8199F (or 0xA8199F) is known color: Dark Magenta. HEX triplet: A8, 19 and 9F. RGB value is (168,25,159). Sum of RGB (Red+Green+Blue) = 168+25+159=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A8199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8199F is #57E660. Grayscale: #525252. Windows color (decimal): -5760609 or 10426792. OLE color: 10426792.

HSL color Cylindrical-coordinate representation of color #A8199F: hue angle of 303.78º 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 #A8199F is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 159 -
CMYK 0 0.85 0.05 0.34
HSL 303.78º 0.74% 0.38% -
HSV(B) 303.78º 0.85% 0.66% -
XYZ 22.75 11.52 33.83 -
YUV 83.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 168 25 159 0 0.85 0.05 0.34 303.78 0.74 0.38
Hex A8 19 9F 0 55 5 22 130 4A 26
Octal 250 31 237 0 125 5 42 460 112 46
Binary 10101000 11001 10011111 0 1010101 101 100010 100110000 1001010 100110

Color Harmonies of #A8199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8199F

Black with #A8199F

Text Example


Text Example

White with #A8199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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