Html Css Color HEX #A916AD Dark Magenta

📋 copy color: '#A916AD'

red 169 ◦ green 22 ◦ blue 173

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

Shades of Dark Magenta #A916AD

Tints of Dark Magenta #A916AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.04%

 BLUE value IS 173 (67.97% from 255) = 47.53%

R = 46.43%
G = 6.04%
B = 47.53%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A916AD (or 0xA916AD) is known color: Dark Magenta. HEX triplet: A9, 16 and AD. RGB value is (169,22,173). Sum of RGB (Red+Green+Blue) = 169+22+173=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #A916AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A916AD is #56E952. Grayscale: #525252. Windows color (decimal): -5695827 or 11343529. OLE color: 11343529.

HSL color Cylindrical-coordinate representation of color #A916AD: hue angle of 298.41º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A916AD is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 22 173 -
CMYK 0.02 0.87 0 0.32
HSL 298.41º 0.77% 0.38% -
HSV(B) 298.41º 0.87% 0.68% -
XYZ 24.19 12.03 40.58 -
YUV 83.17 178.7 189.22 -
System Red Green Blue C M Y K H S L
Decimal 169 22 173 0.02 0.87 0 0.32 298.41 0.77 0.38
Hex A9 16 AD 2 57 0 20 12A 4D 26
Octal 251 26 255 2 127 0 40 452 115 46
Binary 10101001 10110 10101101 10 1010111 0 100000 100101010 1001101 100110

Color Harmonies of #A916AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A916AD

Black with #A916AD

Text Example


Text Example

White with #A916AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A916AD; }

 p { color: rgb(169,22,173); }

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

background-color css

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

 a { background-color: rgb(169,22,173); }

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

border-color css

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

 span { border-color: rgb(169,22,173); }

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