#A8039E

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

Shades of Dark Magenta #A8039E

Tints of Dark Magenta #A8039E

Color information

#A8039E (or 0xA8039E) is unknown color: approx Dark Magenta. HEX triplet: A8, 03 and 9E. RGB value is (168,3,158). Sum of RGB (Red+Green+Blue) = 168+3+158=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8039E is #57FC61. Grayscale: #454545. Windows color (decimal): -5766242 or 10355624. OLE color: 10355624.

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

Color convert

RGB1683158-
CMYK00.980.060.34
HSL303.64º96.49%33.53%-
HSV(B)303.64º98.21%65.88%-
XYZ22.3510.8633.27-
YUV70177.66197.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.06%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=51.06%
G=0.91%
B=48.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168315800.980.060.34303.6496.4933.53
HexA839E0626221306022
Octal2503236014264246014042
Binary101010001110011110011000101101000101001100001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8039E; }

 p { color: rgb(168,3,158); }

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

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

 a { background-color: rgb(168,3,158); }

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

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

 span { border-color: rgb(168,3,158); }

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