Html Css Color HEX #A9039A Dark Magenta

📋 copy color: '#A9039A'

red 169 ◦ green 3 ◦ blue 154

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

Shades of Dark Magenta #A9039A

Tints of Dark Magenta #A9039A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 51.84%
G = 0.92%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A9039A (or 0xA9039A) is known color: Dark Magenta. HEX triplet: A9, 03 and 9A. RGB value is (169,3,154). Sum of RGB (Red+Green+Blue) = 169+3+154=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A9039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9039A is #56FC65. Grayscale: #454545. Windows color (decimal): -5700710 or 10093481. OLE color: 10093481.

HSL color Cylindrical-coordinate representation of color #A9039A: hue angle of 305.42º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9039A is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 3 154 -
CMYK 0 0.98 0.09 0.34
HSL 305.42º 0.97% 0.34% -
HSV(B) 305.42º 0.98% 0.66% -
XYZ 22.23 10.83 31.49 -
YUV 69.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 169 3 154 0 0.98 0.09 0.34 305.42 0.97 0.34
Hex A9 3 9A 0 62 9 22 131 61 22
Octal 251 3 232 0 142 11 42 461 141 42
Binary 10101001 11 10011010 0 1100010 1001 100010 100110001 1100001 100010

Color Harmonies of #A9039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9039A

Black with #A9039A

Text Example


Text Example

White with #A9039A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9039A; }

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

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

background-color css

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

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

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

border-color css

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

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

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