Html Css Color HEX #A700AF Dark Magenta

📋 copy color: '#A700AF'

red 167 ◦ green 0 ◦ blue 175

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

Shades of Dark Magenta #A700AF

Tints of Dark Magenta #A700AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 48.83%
G = 0%
B = 51.17%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A700AF (or 0xA700AF) is known color: Dark Magenta. HEX triplet: A7, 00 and AF. RGB value is (167,0,175). Sum of RGB (Red+Green+Blue) = 167+0+175=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #A700AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A700AF is #58FF50. Grayscale: #454545. Windows color (decimal): -5832529 or 11468967. OLE color: 11468967.

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

Color convert

RGB 167 0 175 -
CMYK 0.05 1 0 0.31
HSL 297.26º 1% 0.34% -
HSV(B) 297.26º 1% 0.69% -
XYZ 23.67 11.31 41.49 -
YUV 69.88 187.33 197.27 -
System Red Green Blue C M Y K H S L
Decimal 167 0 175 0.05 1 0 0.31 297.26 1 0.34
Hex A7 0 AF 5 64 0 1F 129 64 22
Octal 247 0 257 5 144 0 37 451 144 42
Binary 10100111 0 10101111 101 1100100 0 11111 100101001 1100100 100010

Color Harmonies of #A700AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700AF

Black with #A700AF

Text Example


Text Example

White with #A700AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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