Html Css Color HEX #A9039D Dark Magenta

📋 copy color: '#A9039D'

red 169 ◦ green 3 ◦ blue 157

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

Shades of Dark Magenta #A9039D

Tints of Dark Magenta #A9039D

RGB

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

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

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

R = 51.37%
G = 0.91%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9039D (or 0xA9039D) is known color: Dark Magenta. HEX triplet: A9, 03 and 9D. RGB value is (169,3,157). Sum of RGB (Red+Green+Blue) = 169+3+157=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9039D is #56FC62. Grayscale: #454545. Windows color (decimal): -5700707 or 10290089. OLE color: 10290089.

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

Color convert

RGB 169 3 157 -
CMYK 0 0.98 0.07 0.34
HSL 304.34º 0.97% 0.34% -
HSV(B) 304.34º 0.98% 0.66% -
XYZ 22.48 10.93 32.82 -
YUV 70.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 169 3 157 0 0.98 0.07 0.34 304.34 0.97 0.34
Hex A9 3 9D 0 62 7 22 130 61 22
Octal 251 3 235 0 142 7 42 460 141 42
Binary 10101001 11 10011101 0 1100010 111 100010 100110000 1100001 100010

Color Harmonies of #A9039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9039D

Black with #A9039D

Text Example


Text Example

White with #A9039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9039D; }

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

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

background-color css

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

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

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

border-color css

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

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

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