Html Css Color HEX #A8139C Dark Magenta

📋 copy color: '#A8139C'

red 168 ◦ green 19 ◦ blue 156

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

Shades of Dark Magenta #A8139C

Tints of Dark Magenta #A8139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

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

R = 48.98%
G = 5.54%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8139C (or 0xA8139C) is known color: Dark Magenta. HEX triplet: A8, 13 and 9C. RGB value is (168,19,156). Sum of RGB (Red+Green+Blue) = 168+19+156=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8139C is #57EC63. Grayscale: #4E4E4E. Windows color (decimal): -5762148 or 10228648. OLE color: 10228648.

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

Color convert

RGB 168 19 156 -
CMYK 0 0.89 0.07 0.34
HSL 304.83º 0.8% 0.37% -
HSV(B) 304.83º 0.89% 0.66% -
XYZ 22.38 11.19 32.43 -
YUV 79.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 168 19 156 0 0.89 0.07 0.34 304.83 0.8 0.37
Hex A8 13 9C 0 59 7 22 131 50 25
Octal 250 23 234 0 131 7 42 461 120 45
Binary 10101000 10011 10011100 0 1011001 111 100010 100110001 1010000 100101

Color Harmonies of #A8139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8139C

Black with #A8139C

Text Example


Text Example

White with #A8139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8139C; }

 p { color: rgb(168,19,156); }

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

background-color css

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

 a { background-color: rgb(168,19,156); }

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

border-color css

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

 span { border-color: rgb(168,19,156); }

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