#A00AAD

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

Shades of Dark Magenta #A00AAD

Tints of Dark Magenta #A00AAD

Color information

#A00AAD (or 0xA00AAD) is unknown color: approx Dark Magenta. HEX triplet: A0, 0A and AD. RGB value is (160,10,173). Sum of RGB (Red+Green+Blue) = 160+10+173=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #A00AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00AAD is #5FF552. Grayscale: #484848. Windows color (decimal): -6288723 or 11340448. OLE color: 11340448.

HSL color Cylindrical-coordinate representation of color #A00AAD: hue angle of 295.21º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00AAD is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16010173-
CMYK0.080.9400.32
HSL295.21º89.07%35.88%-
HSV(B)295.21º94.22%67.84%-
XYZ22.1510.7140.43-
YUV73.43184.2189.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 10 (4.30% from 255) = 2.92%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=46.65%
G=2.92%
B=50.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160101730.080.9400.32295.2189.0735.88
HexA0AAD85E0201275924
Octal240122551013604044713144
Binary101000001010101011011000101111001000001001001111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00AAD; }

 p { color: rgb(160,10,173); }

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

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

 a { background-color: rgb(160,10,173); }

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

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

 span { border-color: rgb(160,10,173); }

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