#A703AF

Color #A703AF Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A703AF

Tints of Dark Magenta #A703AF

Color information

#A703AF (or 0xA703AF) is unknown color: approx Dark Magenta. HEX triplet: A7, 03 and AF. RGB value is (167,3,175). Sum of RGB (Red+Green+Blue) = 167+3+175=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #A703AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A703AF is #58FC50. Grayscale: #474747. Windows color (decimal): -5831761 or 11469735. OLE color: 11469735.

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

Color convert

RGB1673175-
CMYK0.050.9800.31
HSL297.21º96.63%34.9%-
HSV(B)297.21º98.29%68.63%-
XYZ23.7111.3841.5-
YUV71.64186.33196.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.41%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=48.41%
G=0.87%
B=50.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16731750.050.9800.31297.2196.6334.9
HexA73AF56201F1296123
Octal2473257514203745114143
Binary10100111111010111110111000100111111001010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A703AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A703AF; }

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

 H1.HeaderClassName
 {
   color: #A703AF;
 }
 .AnyTagClassName
 {
   color: #A703AF;
 }
</style>
background-color css

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

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

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

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

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

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