Html Css Color HEX #A9008C Dark Magenta

📋 copy color: '#A9008C'

red 169 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #A9008C

Tints of Dark Magenta #A9008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 54.69%
G = 0%
B = 45.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9008C (or 0xA9008C) is known color: Dark Magenta. HEX triplet: A9, 00 and 8C. RGB value is (169,0,140). Sum of RGB (Red+Green+Blue) = 169+0+140=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A9008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9008C is #56FF73. Grayscale: #424242. Windows color (decimal): -5701492 or 9175209. OLE color: 9175209.

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

Color convert

RGB 169 0 140 -
CMYK 0 1 0.17 0.34
HSL 310.3º 1% 0.33% -
HSV(B) 310.3º 1% 0.66% -
XYZ 21.1 10.33 25.69 -
YUV 66.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 169 0 140 0 1 0.17 0.34 310.3 1 0.33
Hex A9 0 8C 0 64 11 22 136 64 21
Octal 251 0 214 0 144 21 42 466 144 41
Binary 10101001 0 10001100 0 1100100 10001 100010 100110110 1100100 100001

Color Harmonies of #A9008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9008C

Black with #A9008C

Text Example


Text Example

White with #A9008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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