#A8159D

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

Shades of Dark Magenta #A8159D

Tints of Dark Magenta #A8159D

Color information

#A8159D (or 0xA8159D) is unknown color: approx Dark Magenta. HEX triplet: A8, 15 and 9D. RGB value is (168,21,157). Sum of RGB (Red+Green+Blue) = 168+21+157=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8159D is #57EA62. Grayscale: #505050. Windows color (decimal): -5761635 or 10294696. OLE color: 10294696.

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

Color convert

RGB16821157-
CMYK00.880.070.34
HSL304.49º77.78%37.06%-
HSV(B)304.49º87.5%65.88%-
XYZ22.511.332.89-
YUV80.46171.2190.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 21 (8.59% from 255) = 6.07%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=48.55%
G=6.07%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682115700.880.070.34304.4977.7837.06
HexA8159D0587221304e25
Octal25025235013074246011645
Binary101010001010110011101010110001111000101001100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8159D; }

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

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

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

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

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

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

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

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