Html Css Color HEX #A9009C Dark Magenta

📋 copy color: '#A9009C'

red 169 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #A9009C

Tints of Dark Magenta #A9009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48%

R = 52%
G = 0%
B = 48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9009C (or 0xA9009C) is known color: Dark Magenta. HEX triplet: A9, 00 and 9C. RGB value is (169,0,156). Sum of RGB (Red+Green+Blue) = 169+0+156=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A9009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9009C is #56FF63. Grayscale: #434343. Windows color (decimal): -5701476 or 10223785. OLE color: 10223785.

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

Color convert

RGB 169 0 156 -
CMYK 0 1 0.08 0.34
HSL 304.62º 1% 0.33% -
HSV(B) 304.62º 1% 0.66% -
XYZ 22.36 10.84 32.37 -
YUV 68.32 177.49 199.82 -
System Red Green Blue C M Y K H S L
Decimal 169 0 156 0 1 0.08 0.34 304.62 1 0.33
Hex A9 0 9C 0 64 8 22 131 64 21
Octal 251 0 234 0 144 10 42 461 144 41
Binary 10101001 0 10011100 0 1100100 1000 100010 100110001 1100100 100001

Color Harmonies of #A9009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9009C

Black with #A9009C

Text Example


Text Example

White with #A9009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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