Html Css Color HEX #A9009A Dark Magenta

📋 copy color: '#A9009A'

red 169 ◦ green 0 ◦ blue 154

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

Shades of Dark Magenta #A9009A

Tints of Dark Magenta #A9009A

RGB

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

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

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

R = 52.32%
G = 0%
B = 47.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A9009A (or 0xA9009A) is known color: Dark Magenta. HEX triplet: A9, 00 and 9A. RGB value is (169,0,154). Sum of RGB (Red+Green+Blue) = 169+0+154=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A9009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9009A is #56FF65. Grayscale: #434343. Windows color (decimal): -5701478 or 10092713. OLE color: 10092713.

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

Color convert

RGB 169 0 154 -
CMYK 0 1 0.09 0.34
HSL 305.33º 1% 0.33% -
HSV(B) 305.33º 1% 0.66% -
XYZ 22.19 10.77 31.48 -
YUV 68.09 176.49 199.98 -
System Red Green Blue C M Y K H S L
Decimal 169 0 154 0 1 0.09 0.34 305.33 1 0.33
Hex A9 0 9A 0 64 9 22 131 64 21
Octal 251 0 232 0 144 11 42 461 144 41
Binary 10101001 0 10011010 0 1100100 1001 100010 100110001 1100100 100001

Color Harmonies of #A9009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9009A

Black with #A9009A

Text Example


Text Example

White with #A9009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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