Html Css Color HEX #A8119D Dark Magenta

📋 copy color: '#A8119D'

red 168 ◦ green 17 ◦ blue 157

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

Shades of Dark Magenta #A8119D

Tints of Dark Magenta #A8119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.97%

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

R = 49.12%
G = 4.97%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8119D (or 0xA8119D) is known color: Dark Magenta. HEX triplet: A8, 11 and 9D. RGB value is (168,17,157). Sum of RGB (Red+Green+Blue) = 168+17+157=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8119D is #57EE62. Grayscale: #4D4D4D. Windows color (decimal): -5762659 or 10293672. OLE color: 10293672.

HSL color Cylindrical-coordinate representation of color #A8119D: hue angle of 304.37º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8119D is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 157 -
CMYK 0 0.90 0.07 0.34
HSL 304.37º 0.82% 0.36% -
HSV(B) 304.37º 0.9% 0.66% -
XYZ 22.43 11.16 32.87 -
YUV 78.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 168 17 157 0 0.90 0.07 0.34 304.37 0.82 0.36
Hex A8 11 9D 0 5A 7 22 130 52 24
Octal 250 21 235 0 132 7 42 460 122 44
Binary 10101000 10001 10011101 0 1011010 111 100010 100110000 1010010 100100

Color Harmonies of #A8119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8119D

Black with #A8119D

Text Example


Text Example

White with #A8119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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