#A80C9F

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

Shades of Dark Magenta #A80C9F

Tints of Dark Magenta #A80C9F

Color information

#A80C9F (or 0xA80C9F) is unknown color: approx Dark Magenta. HEX triplet: A8, 0C and 9F. RGB value is (168,12,159). Sum of RGB (Red+Green+Blue) = 168+12+159=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C9F is #57F360. Grayscale: #4A4A4A. Windows color (decimal): -5763937 or 10423464. OLE color: 10423464.

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

Color convert

RGB16812159-
CMYK00.930.050.34
HSL303.46º86.67%35.29%-
HSV(B)303.46º92.86%65.88%-
XYZ22.5411.0933.75-
YUV75.4175.18194.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.56%
GREEN value IS 12 (5.08% from 255) = 3.54%
BLUE value IS 159 (62.5% from 255) = 46.90%
R=49.56%
G=3.54%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681215900.930.050.34303.4686.6735.29
HexA8C9F05D52212f5723
Octal25014237013554245712743
Binary10101000110010011111010111011011000101001011111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C9F; }

 p { color: rgb(168,12,159); }

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

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

 a { background-color: rgb(168,12,159); }

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

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

 span { border-color: rgb(168,12,159); }

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