#A80C8E

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

Shades of Dark Magenta #A80C8E

Tints of Dark Magenta #A80C8E

Color information

#A80C8E (or 0xA80C8E) is unknown color: approx Dark Magenta. HEX triplet: A8, 0C and 8E. RGB value is (168,12,142). Sum of RGB (Red+Green+Blue) = 168+12+142=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C8E is #57F371. Grayscale: #494949. Windows color (decimal): -5763954 or 9309352. OLE color: 9309352.

HSL color Cylindrical-coordinate representation of color #A80C8E: hue angle of 310º 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 #A80C8E is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16812142-
CMYK00.930.150.34
HSL310º86.67%35.29%-
HSV(B)310º92.86%65.88%-
XYZ21.1610.5426.51-
YUV73.46166.68195.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 12 (5.08% from 255) = 3.73%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=52.17%
G=3.73%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681214200.930.150.3431086.6735.29
HexA8C8E05DF221365723
Octal250142160135174246612743
Binary101010001100100011100101110111111000101001101101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C8E; }

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

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

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

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

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

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

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

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