Html Css Color HEX #A9028F Dark Magenta

📋 copy color: '#A9028F'

red 169 ◦ green 2 ◦ blue 143

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

Shades of Dark Magenta #A9028F

Tints of Dark Magenta #A9028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 143 (56.25% from 255) = 45.54%

R = 53.82%
G = 0.64%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A9028F (or 0xA9028F) is known color: Dark Magenta. HEX triplet: A9, 02 and 8F. RGB value is (169,2,143). Sum of RGB (Red+Green+Blue) = 169+2+143=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A9028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9028F is #56FD70. Grayscale: #434343. Windows color (decimal): -5700977 or 9372329. OLE color: 9372329.

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

Color convert

RGB 169 2 143 -
CMYK 0 0.99 0.15 0.34
HSL 309.34º 0.98% 0.34% -
HSV(B) 309.34º 0.99% 0.66% -
XYZ 21.34 10.46 26.88 -
YUV 68.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 169 2 143 0 0.99 0.15 0.34 309.34 0.98 0.34
Hex A9 2 8F 0 63 F 22 135 62 22
Octal 251 2 217 0 143 17 42 465 142 42
Binary 10101001 10 10001111 0 1100011 1111 100010 100110101 1100010 100010

Color Harmonies of #A9028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9028F

Black with #A9028F

Text Example


Text Example

White with #A9028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9028F; }

 p { color: rgb(169,2,143); }

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

background-color css

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

 a { background-color: rgb(169,2,143); }

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

border-color css

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

 span { border-color: rgb(169,2,143); }

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