Html Css Color HEX #A705AD Dark Magenta

📋 copy color: '#A705AD'

red 167 ◦ green 5 ◦ blue 173

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

Shades of Dark Magenta #A705AD

Tints of Dark Magenta #A705AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 48.41%
G = 1.45%
B = 50.14%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A705AD (or 0xA705AD) is known color: Dark Magenta. HEX triplet: A7, 05 and AD. RGB value is (167,5,173). Sum of RGB (Red+Green+Blue) = 167+5+173=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #A705AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A705AD is #58FA52. Grayscale: #484848. Windows color (decimal): -5831251 or 11339175. OLE color: 11339175.

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

Color convert

RGB 167 5 173 -
CMYK 0.03 0.97 0 0.32
HSL 297.86º 0.94% 0.35% -
HSV(B) 297.86º 0.97% 0.68% -
XYZ 23.53 11.34 40.48 -
YUV 72.59 184.67 195.34 -
System Red Green Blue C M Y K H S L
Decimal 167 5 173 0.03 0.97 0 0.32 297.86 0.94 0.35
Hex A7 5 AD 3 61 0 20 12A 5E 23
Octal 247 5 255 3 141 0 40 452 136 43
Binary 10100111 101 10101101 11 1100001 0 100000 100101010 1011110 100011

Color Harmonies of #A705AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705AD

Black with #A705AD

Text Example


Text Example

White with #A705AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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