Html Css Color HEX #A701AD Dark Magenta

📋 copy color: '#A701AD'

red 167 ◦ green 1 ◦ blue 173

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

Shades of Dark Magenta #A701AD

Tints of Dark Magenta #A701AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 48.97%
G = 0.29%
B = 50.73%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A701AD (or 0xA701AD) is known color: Dark Magenta. HEX triplet: A7, 01 and AD. RGB value is (167,1,173). Sum of RGB (Red+Green+Blue) = 167+1+173=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #A701AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A701AD is #58FE52. Grayscale: #454545. Windows color (decimal): -5832275 or 11338151. OLE color: 11338151.

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

Color convert

RGB 167 1 173 -
CMYK 0.03 0.99 0 0.32
HSL 297.91º 0.99% 0.34% -
HSV(B) 297.91º 0.99% 0.68% -
XYZ 23.49 11.25 40.47 -
YUV 70.24 186 197.01 -
System Red Green Blue C M Y K H S L
Decimal 167 1 173 0.03 0.99 0 0.32 297.91 0.99 0.34
Hex A7 1 AD 3 63 0 20 12A 63 22
Octal 247 1 255 3 143 0 40 452 143 42
Binary 10100111 1 10101101 11 1100011 0 100000 100101010 1100011 100010

Color Harmonies of #A701AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A701AD

Black with #A701AD

Text Example


Text Example

White with #A701AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A701AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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