Html Css Color HEX #A9139C Dark Magenta

📋 copy color: '#A9139C'

red 169 ◦ green 19 ◦ blue 156

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

Shades of Dark Magenta #A9139C

Tints of Dark Magenta #A9139C

RGB

 RED value IS 169 (66.41% from 255) = 49.13%

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

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

R = 49.13%
G = 5.52%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9139C (or 0xA9139C) is known color: Dark Magenta. HEX triplet: A9, 13 and 9C. RGB value is (169,19,156). Sum of RGB (Red+Green+Blue) = 169+19+156=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9139C is #56EC63. Grayscale: #4F4F4F. Windows color (decimal): -5696612 or 10228649. OLE color: 10228649.

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

Color convert

RGB 169 19 156 -
CMYK 0 0.89 0.08 0.34
HSL 305.2º 0.8% 0.37% -
HSV(B) 305.2º 0.89% 0.66% -
XYZ 22.6 11.3 32.44 -
YUV 79.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 169 19 156 0 0.89 0.08 0.34 305.2 0.8 0.37
Hex A9 13 9C 0 59 8 22 131 50 25
Octal 251 23 234 0 131 10 42 461 120 45
Binary 10101001 10011 10011100 0 1011001 1000 100010 100110001 1010000 100101

Color Harmonies of #A9139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9139C

Black with #A9139C

Text Example


Text Example

White with #A9139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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