#A8078D

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

Shades of Dark Magenta #A8078D

Tints of Dark Magenta #A8078D

Color information

#A8078D (or 0xA8078D) is unknown color: approx Dark Magenta. HEX triplet: A8, 07 and 8D. RGB value is (168,7,141). Sum of RGB (Red+Green+Blue) = 168+7+141=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8078D is #57F872. Grayscale: #464646. Windows color (decimal): -5765235 or 9242536. OLE color: 9242536.

HSL color Cylindrical-coordinate representation of color #A8078D: hue angle of 310.06º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8078D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB1687141-
CMYK00.960.160.34
HSL310.06º92%34.31%-
HSV(B)310.06º95.83%65.88%-
XYZ21.0310.426.1-
YUV70.42167.84197.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 7 (3.12% from 255) = 2.22%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=53.16%
G=2.22%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168714100.960.160.34310.069234.31
HexA878D06010221365c22
Octal25072150140204246613442
Binary101010001111000110101100000100001000101001101101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8078D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8078D; }

 p { color: rgb(168,7,141); }

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

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

 a { background-color: rgb(168,7,141); }

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

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

 span { border-color: rgb(168,7,141); }

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