Html Css Color HEX #A714AD Dark Magenta

📋 copy color: '#A714AD'

red 167 ◦ green 20 ◦ blue 173

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

Shades of Dark Magenta #A714AD

Tints of Dark Magenta #A714AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

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

R = 46.39%
G = 5.56%
B = 48.06%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A714AD (or 0xA714AD) is known color: Dark Magenta. HEX triplet: A7, 14 and AD. RGB value is (167,20,173). Sum of RGB (Red+Green+Blue) = 167+20+173=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #A714AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A714AD is #58EB52. Grayscale: #505050. Windows color (decimal): -5827411 or 11343015. OLE color: 11343015.

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

Color convert

RGB 167 20 173 -
CMYK 0.03 0.88 0 0.32
HSL 297.65º 0.79% 0.38% -
HSV(B) 297.65º 0.88% 0.68% -
XYZ 23.73 11.73 40.55 -
YUV 81.4 179.7 189.06 -
System Red Green Blue C M Y K H S L
Decimal 167 20 173 0.03 0.88 0 0.32 297.65 0.79 0.38
Hex A7 14 AD 3 58 0 20 12A 4F 26
Octal 247 24 255 3 130 0 40 452 117 46
Binary 10100111 10100 10101101 11 1011000 0 100000 100101010 1001111 100110

Color Harmonies of #A714AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714AD

Black with #A714AD

Text Example


Text Example

White with #A714AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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