#A3178C

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

Shades of Dark Purple #A3178C

Tints of Dark Purple #A3178C

Color information

#A3178C (or 0xA3178C) is unknown color: approx Dark Purple. HEX triplet: A3, 17 and 8C. RGB value is (163,23,140). Sum of RGB (Red+Green+Blue) = 163+23+140=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3178C is #5CE873. Grayscale: #4D4D4D. Windows color (decimal): -6088820 or 9181091. OLE color: 9181091.

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

Color convert

RGB16323140-
CMYK00.860.140.36
HSL309.86º75.27%36.47%-
HSV(B)309.86º85.89%63.92%-
XYZ20.1410.2925.74-
YUV78.2162.88188.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 7.06%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=50%
G=7.06%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632314000.860.140.36309.8675.2736.47
HexA3178C056E241364b24
Octal243272140126164446611344
Binary1010001110111100011000101011011101001001001101101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3178C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3178C; }

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

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

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

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

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

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

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

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