Html Css Color HEX #A700AC Dark Magenta

📋 copy color: '#A700AC'

red 167 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #A700AC

Tints of Dark Magenta #A700AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.26%
G = 0%
B = 50.74%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A700AC (or 0xA700AC) is known color: Dark Magenta. HEX triplet: A7, 00 and AC. RGB value is (167,0,172). Sum of RGB (Red+Green+Blue) = 167+0+172=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #A700AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A700AC is #58FF53. Grayscale: #454545. Windows color (decimal): -5832532 or 11272359. OLE color: 11272359.

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

Color convert

RGB 167 0 172 -
CMYK 0.03 1 0 0.33
HSL 298.26º 1% 0.34% -
HSV(B) 298.26º 1% 0.67% -
XYZ 23.38 11.19 39.96 -
YUV 69.54 185.83 197.51 -
System Red Green Blue C M Y K H S L
Decimal 167 0 172 0.03 1 0 0.33 298.26 1 0.34
Hex A7 0 AC 3 64 0 21 12A 64 22
Octal 247 0 254 3 144 0 41 452 144 42
Binary 10100111 0 10101100 11 1100100 0 100001 100101010 1100100 100010

Color Harmonies of #A700AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700AC

Black with #A700AC

Text Example


Text Example

White with #A700AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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