Html Css Color HEX #A9009F Dark Magenta

📋 copy color: '#A9009F'

red 169 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #A9009F

Tints of Dark Magenta #A9009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.48%

R = 51.52%
G = 0%
B = 48.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A9009F (or 0xA9009F) is known color: Dark Magenta. HEX triplet: A9, 00 and 9F. RGB value is (169,0,159). Sum of RGB (Red+Green+Blue) = 169+0+159=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9009F is #56FF60. Grayscale: #444444. Windows color (decimal): -5701473 or 10420393. OLE color: 10420393.

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

Color convert

RGB 169 0 159 -
CMYK 0 1 0.06 0.34
HSL 303.55º 1% 0.33% -
HSV(B) 303.55º 1% 0.66% -
XYZ 22.62 10.94 33.72 -
YUV 68.66 178.99 199.57 -
System Red Green Blue C M Y K H S L
Decimal 169 0 159 0 1 0.06 0.34 303.55 1 0.33
Hex A9 0 9F 0 64 6 22 130 64 21
Octal 251 0 237 0 144 6 42 460 144 41
Binary 10101001 0 10011111 0 1100100 110 100010 100110000 1100100 100001

Color Harmonies of #A9009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9009F

Black with #A9009F

Text Example


Text Example

White with #A9009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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