#A00AA0

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

Shades of Dark Magenta #A00AA0

Tints of Dark Magenta #A00AA0

Color information

#A00AA0 (or 0xA00AA0) is unknown color: approx Dark Magenta. HEX triplet: A0, 0A and A0. RGB value is (160,10,160). Sum of RGB (Red+Green+Blue) = 160+10+160=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A00AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00AA0 is #5FF55F. Grayscale: #474747. Windows color (decimal): -6288736 or 10488480. OLE color: 10488480.

HSL color Cylindrical-coordinate representation of color #A00AA0: hue angle of 300º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00AA0 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16010160-
CMYK00.9400.37
HSL300º88.24%33.33%-
HSV(B)300º93.75%62.75%-
XYZ20.9510.2334.13-
YUV71.95177.7190.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 10 (4.30% from 255) = 3.03%
BLUE value IS 160 (62.89% from 255) = 48.48%
R=48.48%
G=3.03%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601016000.9400.3730088.2433.33
HexA0AA005E02512c5821
Octal24012240013604545413041
Binary101000001010101000000101111001001011001011001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00AA0; }

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

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

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

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

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

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

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

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