Html Css Color HEX #A9139A Dark Magenta

📋 copy color: '#A9139A'

red 169 ◦ green 19 ◦ blue 154

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

Shades of Dark Magenta #A9139A

Tints of Dark Magenta #A9139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 49.42%
G = 5.56%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A9139A (or 0xA9139A) is known color: Dark Magenta. HEX triplet: A9, 13 and 9A. RGB value is (169,19,154). Sum of RGB (Red+Green+Blue) = 169+19+154=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A9139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9139A is #56EC65. Grayscale: #4E4E4E. Windows color (decimal): -5696614 or 10097577. OLE color: 10097577.

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

Color convert

RGB 169 19 154 -
CMYK 0 0.89 0.09 0.34
HSL 306º 0.8% 0.37% -
HSV(B) 306º 0.89% 0.66% -
XYZ 22.43 11.23 31.56 -
YUV 79.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 169 19 154 0 0.89 0.09 0.34 306 0.8 0.37
Hex A9 13 9A 0 59 9 22 132 50 25
Octal 251 23 232 0 131 11 42 462 120 45
Binary 10101001 10011 10011010 0 1011001 1001 100010 100110010 1010000 100101

Color Harmonies of #A9139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9139A

Black with #A9139A

Text Example


Text Example

White with #A9139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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