Html Css Color HEX #A703AD Dark Magenta

📋 copy color: '#A703AD'

red 167 ◦ green 3 ◦ blue 173

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

Shades of Dark Magenta #A703AD

Tints of Dark Magenta #A703AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 48.69%
G = 0.87%
B = 50.44%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A703AD (or 0xA703AD) is known color: Dark Magenta. HEX triplet: A7, 03 and AD. RGB value is (167,3,173). Sum of RGB (Red+Green+Blue) = 167+3+173=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #A703AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A703AD is #58FC52. Grayscale: #464646. Windows color (decimal): -5831763 or 11338663. OLE color: 11338663.

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

Color convert

RGB 167 3 173 -
CMYK 0.03 0.98 0 0.32
HSL 297.88º 0.97% 0.35% -
HSV(B) 297.88º 0.98% 0.68% -
XYZ 23.51 11.3 40.48 -
YUV 71.42 185.33 196.18 -
System Red Green Blue C M Y K H S L
Decimal 167 3 173 0.03 0.98 0 0.32 297.88 0.97 0.35
Hex A7 3 AD 3 62 0 20 12A 61 23
Octal 247 3 255 3 142 0 40 452 141 43
Binary 10100111 11 10101101 11 1100010 0 100000 100101010 1100001 100011

Color Harmonies of #A703AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A703AD

Black with #A703AD

Text Example


Text Example

White with #A703AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A703AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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