#A3009C

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

Shades of Dark Magenta #A3009C

Tints of Dark Magenta #A3009C

Color information

#A3009C (or 0xA3009C) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 9C. RGB value is (163,0,156). Sum of RGB (Red+Green+Blue) = 163+0+156=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A3009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3009C is #5CFF63. Grayscale: #424242. Windows color (decimal): -6094692 or 10223779. OLE color: 10223779.

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

Color convert

RGB1630156-
CMYK010.040.36
HSL302.58º100%31.96%-
HSV(B)302.58º100%63.92%-
XYZ21.1110.1932.31-
YUV66.52178.5196.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=51.10%
G=0%
B=48.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630156010.040.36302.5810031.96
HexA309C06442412f6420
Octal2430234014444445714440
Binary10100011010011100011001001001001001001011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3009C; }

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

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

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

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

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

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

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

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