#a8177c

Color #A8177C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #A8177C

Tints of Medium Violet Red #A8177C

Color information

#A8177C (or 0xA8177C) is unknown color: approx Medium Violet Red. HEX triplet: A8, 17 and 7C. RGB value is (168,23,124). Sum of RGB (Red+Green+Blue) = 168+23+124=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8177C is #57E883. Grayscale: #4D4D4D. Windows color (decimal): -5761156 or 8132520. OLE color: 8132520.

HSL color Cylindrical-coordinate representation of color #A8177C: hue angle of 318.21º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8177C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16823124-
CMYK00.860.260.34
HSL318.21º75.92%37.45%-
HSV(B)318.21º86.31%65.88%-
XYZ20.0910.3920.02-
YUV77.87154.04192.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 23 (9.38% from 255) = 7.30%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=53.33%
G=7.30%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682312400.860.260.34318.2175.9237.45
HexA8177C0561A2213e4c25
Octal250271740126324247611445
Binary1010100010111111110001010110110101000101001111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8177c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8177c; }

 p { color: rgb(168,23,124); }

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

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

 a { background-color: rgb(168,23,124); }

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

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

 span { border-color: rgb(168,23,124); }

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