Html Css Color HEX #A703AC Dark Magenta

📋 copy color: '#A703AC'

red 167 ◦ green 3 ◦ blue 172

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

Shades of Dark Magenta #A703AC

Tints of Dark Magenta #A703AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.29%

R = 48.83%
G = 0.88%
B = 50.29%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A703AC (or 0xA703AC) is known color: Dark Magenta. HEX triplet: A7, 03 and AC. RGB value is (167,3,172). Sum of RGB (Red+Green+Blue) = 167+3+172=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #A703AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A703AC is #58FC53. Grayscale: #464646. Windows color (decimal): -5831764 or 11273127. OLE color: 11273127.

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

Color convert

RGB 167 3 172 -
CMYK 0.03 0.98 0 0.33
HSL 298.22º 0.97% 0.34% -
HSV(B) 298.22º 0.98% 0.67% -
XYZ 23.42 11.26 39.97 -
YUV 71.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 167 3 172 0.03 0.98 0 0.33 298.22 0.97 0.34
Hex A7 3 AC 3 62 0 21 12A 61 22
Octal 247 3 254 3 142 0 41 452 141 42
Binary 10100111 11 10101100 11 1100010 0 100001 100101010 1100001 100010

Color Harmonies of #A703AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A703AC

Black with #A703AC

Text Example


Text Example

White with #A703AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A703AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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