#A801AA

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

Shades of Dark Magenta #A801AA

Tints of Dark Magenta #A801AA

Color information

#A801AA (or 0xA801AA) is unknown color: approx Dark Magenta. HEX triplet: A8, 01 and AA. RGB value is (168,1,170). Sum of RGB (Red+Green+Blue) = 168+1+170=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #A801AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A801AA is #57FE55. Grayscale: #454545. Windows color (decimal): -5766742 or 11141544. OLE color: 11141544.

HSL color Cylindrical-coordinate representation of color #A801AA: hue angle of 299.29º 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 #A801AA is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1681170-
CMYK0.010.9900.33
HSL299.29º98.83%33.53%-
HSV(B)299.29º99.41%66.67%-
XYZ23.4211.2538.97-
YUV70.2184.33197.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.56%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=49.56%
G=0.29%
B=50.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16811700.010.9900.33299.2998.8333.53
HexA81AA16302112b6322
Octal2501252114304145314342
Binary101010001101010101110001101000011001010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A801AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A801AA; }

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

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

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

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

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

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

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

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