#A701AA

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

Shades of Dark Magenta #A701AA

Tints of Dark Magenta #A701AA

Color information

#A701AA (or 0xA701AA) is unknown color: approx Dark Magenta. HEX triplet: A7, 01 and AA. RGB value is (167,1,170). Sum of RGB (Red+Green+Blue) = 167+1+170=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #A701AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A701AA is #58FE55. Grayscale: #454545. Windows color (decimal): -5832278 or 11141543. OLE color: 11141543.

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

Color convert

RGB1671170-
CMYK0.020.9900.33
HSL298.93º98.83%33.53%-
HSV(B)298.93º99.41%66.67%-
XYZ23.211.1438.96-
YUV69.9184.5197.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=49.41%
G=0.30%
B=50.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16711700.020.9900.33298.9398.8333.53
HexA71AA26302112b6322
Octal2471252214304145314342
Binary1010011111010101010110001101000011001010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A701AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A701AA; }

 p { color: rgb(167,1,170); }

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

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

 a { background-color: rgb(167,1,170); }

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

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

 span { border-color: rgb(167,1,170); }

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