#A3008A

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

Shades of Dark Magenta #A3008A

Tints of Dark Magenta #A3008A

Color information

#A3008A (or 0xA3008A) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 8A. RGB value is (163,0,138). Sum of RGB (Red+Green+Blue) = 163+0+138=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A3008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3008A is #5CFF75. Grayscale: #404040. Windows color (decimal): -6094710 or 9044131. OLE color: 9044131.

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

Color convert

RGB1630138-
CMYK010.150.36
HSL309.2º100%31.96%-
HSV(B)309.2º100%63.92%-
XYZ19.699.6224.86-
YUV64.47169.5198.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=54.15%
G=0%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630138010.150.36309.210031.96
HexA308A064F241356420
Octal24302120144174446514440
Binary101000110100010100110010011111001001001101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3008A; }

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

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

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

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

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

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

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

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