Html Css Color HEX #A716AD Dark Magenta

📋 copy color: '#A716AD'

red 167 ◦ green 22 ◦ blue 173

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

Shades of Dark Magenta #A716AD

Tints of Dark Magenta #A716AD

RGB

 RED value IS 167 (65.63% from 255) = 46.13%

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

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

R = 46.13%
G = 6.08%
B = 47.79%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A716AD (or 0xA716AD) is known color: Dark Magenta. HEX triplet: A7, 16 and AD. RGB value is (167,22,173). Sum of RGB (Red+Green+Blue) = 167+22+173=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #A716AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A716AD is #58E952. Grayscale: #525252. Windows color (decimal): -5826899 or 11343527. OLE color: 11343527.

HSL color Cylindrical-coordinate representation of color #A716AD: hue angle of 297.62º 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 #A716AD is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 22 173 -
CMYK 0.03 0.87 0 0.32
HSL 297.62º 0.77% 0.38% -
HSV(B) 297.62º 0.87% 0.68% -
XYZ 23.77 11.81 40.56 -
YUV 82.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 167 22 173 0.03 0.87 0 0.32 297.62 0.77 0.38
Hex A7 16 AD 3 57 0 20 12A 4D 26
Octal 247 26 255 3 127 0 40 452 115 46
Binary 10100111 10110 10101101 11 1010111 0 100000 100101010 1001101 100110

Color Harmonies of #A716AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A716AD

Black with #A716AD

Text Example


Text Example

White with #A716AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A716AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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