#A3008E

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

Shades of Dark Magenta #A3008E

Tints of Dark Magenta #A3008E

Color information

#A3008E (or 0xA3008E) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 8E. RGB value is (163,0,142). Sum of RGB (Red+Green+Blue) = 163+0+142=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3008E is #5CFF71. Grayscale: #404040. Windows color (decimal): -6094706 or 9306275. OLE color: 9306275.

HSL color Cylindrical-coordinate representation of color #A3008E: hue angle of 307.73º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3008E is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB1630142-
CMYK010.130.36
HSL307.73º100%31.96%-
HSV(B)307.73º100%63.92%-
XYZ19.999.7426.42-
YUV64.92171.5197.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=53.44%
G=0%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630142010.130.36307.7310031.96
HexA308E064D241346420
Octal24302160144154446414440
Binary101000110100011100110010011011001001001101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3008E; }

 p { color: rgb(163,0,142); }

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

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

 a { background-color: rgb(163,0,142); }

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

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

 span { border-color: rgb(163,0,142); }

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