#A80A9D

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

Shades of Dark Magenta #A80A9D

Tints of Dark Magenta #A80A9D

Color information

#A80A9D (or 0xA80A9D) is unknown color: approx Dark Magenta. HEX triplet: A8, 0A and 9D. RGB value is (168,10,157). Sum of RGB (Red+Green+Blue) = 168+10+157=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80A9D is #57F562. Grayscale: #494949. Windows color (decimal): -5764451 or 10291880. OLE color: 10291880.

HSL color Cylindrical-coordinate representation of color #A80A9D: hue angle of 304.18º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80A9D is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16810157-
CMYK00.940.070.34
HSL304.18º88.76%34.9%-
HSV(B)304.18º94.05%65.88%-
XYZ22.3410.9832.84-
YUV74174.85195.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=50.15%
G=2.99%
B=46.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681015700.940.070.34304.1888.7634.9
HexA8A9D05E7221305923
Octal25012235013674246013143
Binary10101000101010011101010111101111000101001100001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80A9D; }

 p { color: rgb(168,10,157); }

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

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

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

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

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

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

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