Html Css Color HEX #A9038A Dark Magenta

📋 copy color: '#A9038A'

red 169 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #A9038A

Tints of Dark Magenta #A9038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.52%

R = 54.52%
G = 0.97%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9038A (or 0xA9038A) is known color: Dark Magenta. HEX triplet: A9, 03 and 8A. RGB value is (169,3,138). Sum of RGB (Red+Green+Blue) = 169+3+138=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9038A is #56FC75. Grayscale: #434343. Windows color (decimal): -5700726 or 9044905. OLE color: 9044905.

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

Color convert

RGB 169 3 138 -
CMYK 0 0.98 0.18 0.34
HSL 311.2º 0.97% 0.34% -
HSV(B) 311.2º 0.98% 0.66% -
XYZ 20.98 10.34 24.93 -
YUV 68.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 169 3 138 0 0.98 0.18 0.34 311.2 0.97 0.34
Hex A9 3 8A 0 62 12 22 137 61 22
Octal 251 3 212 0 142 22 42 467 141 42
Binary 10101001 11 10001010 0 1100010 10010 100010 100110111 1100001 100010

Color Harmonies of #A9038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9038A

Black with #A9038A

Text Example


Text Example

White with #A9038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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