#A3159A

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

Shades of Dark Magenta #A3159A

Tints of Dark Magenta #A3159A

Color information

#A3159A (or 0xA3159A) is unknown color: approx Dark Magenta. HEX triplet: A3, 15 and 9A. RGB value is (163,21,154). Sum of RGB (Red+Green+Blue) = 163+21+154=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3159A is #5CEA65. Grayscale: #4E4E4E. Windows color (decimal): -6089318 or 10098083. OLE color: 10098083.

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

Color convert

RGB16321154-
CMYK00.870.060.36
HSL303.8º77.17%36.08%-
HSV(B)303.8º87.12%63.92%-
XYZ21.2110.6631.51-
YUV78.62170.54188.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 21 (8.59% from 255) = 6.21%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=48.22%
G=6.21%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632115400.870.060.36303.877.1736.08
HexA3159A0576241304d24
Octal24325232012764446011544
Binary101000111010110011010010101111101001001001100001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3159A; }

 p { color: rgb(163,21,154); }

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

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

 a { background-color: rgb(163,21,154); }

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

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

 span { border-color: rgb(163,21,154); }

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