#A3178D

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

Shades of Dark Magenta #A3178D

Tints of Dark Magenta #A3178D

Color information

#A3178D (or 0xA3178D) is unknown color: approx Dark Magenta. HEX triplet: A3, 17 and 8D. RGB value is (163,23,141). Sum of RGB (Red+Green+Blue) = 163+23+141=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3178D is #5CE872. Grayscale: #4D4D4D. Windows color (decimal): -6088819 or 9246627. OLE color: 9246627.

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

Color convert

RGB16323141-
CMYK00.860.130.36
HSL309.43º75.27%36.47%-
HSV(B)309.43º85.89%63.92%-
XYZ20.2210.3226.13-
YUV78.31163.38188.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 23 (9.38% from 255) = 7.03%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=49.85%
G=7.03%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632314100.860.130.36309.4375.2736.47
HexA3178D056D241354b24
Octal243272150126154446511344
Binary1010001110111100011010101011011011001001001101011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3178D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3178D; }

 p { color: rgb(163,23,141); }

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

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

 a { background-color: rgb(163,23,141); }

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

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

 span { border-color: rgb(163,23,141); }

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