#A3008B

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

Shades of Dark Magenta #A3008B

Tints of Dark Magenta #A3008B

Color information

#A3008B (or 0xA3008B) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 8B. RGB value is (163,0,139). Sum of RGB (Red+Green+Blue) = 163+0+139=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A3008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3008B is #5CFF74. Grayscale: #404040. Windows color (decimal): -6094709 or 9109667. OLE color: 9109667.

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

Color convert

RGB1630139-
CMYK010.150.36
HSL308.83º100%31.96%-
HSV(B)308.83º100%63.92%-
XYZ19.769.6525.25-
YUV64.58170198.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=53.97%
G=0%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630139010.150.36308.8310031.96
HexA308B064F241356420
Octal24302130144174446514440
Binary101000110100010110110010011111001001001101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3008B; }

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

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

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

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

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

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

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

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