#A3168E

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

Shades of Dark Magenta #A3168E

Tints of Dark Magenta #A3168E

Color information

#A3168E (or 0xA3168E) is unknown color: approx Dark Magenta. HEX triplet: A3, 16 and 8E. RGB value is (163,22,142). Sum of RGB (Red+Green+Blue) = 163+22+142=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3168E is #5CE971. Grayscale: #4D4D4D. Windows color (decimal): -6089074 or 9311907. OLE color: 9311907.

HSL color Cylindrical-coordinate representation of color #A3168E: hue angle of 308.94º degrees, saturation: 0.76, 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 #A3168E is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16322142-
CMYK00.870.130.36
HSL308.94º76.22%36.27%-
HSV(B)308.94º86.5%63.92%-
XYZ20.2710.3126.51-
YUV77.84164.21188.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 22 (8.98% from 255) = 6.73%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=49.85%
G=6.73%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632214200.870.130.36308.9476.2236.27
HexA3168E057D241354c24
Octal243262160127154446511444
Binary1010001110110100011100101011111011001001001101011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3168E; }

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

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

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

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

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

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

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

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