Html Css Color HEX #A9008E Dark Magenta

📋 copy color: '#A9008E'

red 169 ◦ green 0 ◦ blue 142

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

Shades of Dark Magenta #A9008E

Tints of Dark Magenta #A9008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 54.34%
G = 0%
B = 45.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A9008E (or 0xA9008E) is known color: Dark Magenta. HEX triplet: A9, 00 and 8E. RGB value is (169,0,142). Sum of RGB (Red+Green+Blue) = 169+0+142=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9008E is #56FF71. Grayscale: #424242. Windows color (decimal): -5701490 or 9306281. OLE color: 9306281.

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

Color convert

RGB 169 0 142 -
CMYK 0 1 0.16 0.34
HSL 309.59º 1% 0.33% -
HSV(B) 309.59º 1% 0.66% -
XYZ 21.24 10.39 26.48 -
YUV 66.72 170.49 200.95 -
System Red Green Blue C M Y K H S L
Decimal 169 0 142 0 1 0.16 0.34 309.59 1 0.33
Hex A9 0 8E 0 64 10 22 136 64 21
Octal 251 0 216 0 144 20 42 466 144 41
Binary 10101001 0 10001110 0 1100100 10000 100010 100110110 1100100 100001

Color Harmonies of #A9008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9008E

Black with #A9008E

Text Example


Text Example

White with #A9008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9008E; }

 p { color: rgb(169,0,142); }

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

background-color css

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

 a { background-color: rgb(169,0,142); }

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

border-color css

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

 span { border-color: rgb(169,0,142); }

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