#A703AE

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

Shades of Dark Magenta #A703AE

Tints of Dark Magenta #A703AE

Color information

#A703AE (or 0xA703AE) is unknown color: approx Dark Magenta. HEX triplet: A7, 03 and AE. RGB value is (167,3,174). Sum of RGB (Red+Green+Blue) = 167+3+174=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #A703AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A703AE is #58FC51. Grayscale: #474747. Windows color (decimal): -5831762 or 11404199. OLE color: 11404199.

HSL color Cylindrical-coordinate representation of color #A703AE: hue angle of 297.54º 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 #A703AE is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1673174-
CMYK0.040.9800.32
HSL297.54º96.61%34.71%-
HSV(B)297.54º98.28%68.24%-
XYZ23.6111.3440.99-
YUV71.53185.83196.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 174 (68.36% from 255) = 50.58%
R=48.55%
G=0.87%
B=50.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16731740.040.9800.32297.5496.6134.71
HexA73AE46202012a6123
Octal2473256414204045214143
Binary101001111110101110100110001001000001001010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A703AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A703AE; }

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

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

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

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

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

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

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

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