#AD117C

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

Shades of Medium Violet Red #AD117C

Tints of Medium Violet Red #AD117C

Color information

#AD117C (or 0xAD117C) is unknown color: approx Medium Violet Red. HEX triplet: AD, 11 and 7C. RGB value is (173,17,124). Sum of RGB (Red+Green+Blue) = 173+17+124=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD117C is #52EE83. Grayscale: #4B4B4B. Windows color (decimal): -5435012 or 8130989. OLE color: 8130989.

HSL color Cylindrical-coordinate representation of color #AD117C: hue angle of 318.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD117C is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17317124-
CMYK00.900.280.32
HSL318.85º82.11%37.25%-
HSV(B)318.85º90.17%67.84%-
XYZ21.0710.7420.03-
YUV75.84155.18197.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.10%
GREEN value IS 17 (7.03% from 255) = 5.41%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=55.10%
G=5.41%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731712400.900.280.32318.8582.1137.25
HexAD117C05A1C2013f5225
Octal255211740132344047712245
Binary1010110110001111110001011010111001000001001111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD117C; }

 p { color: rgb(173,17,124); }

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

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

 a { background-color: rgb(173,17,124); }

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

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

 span { border-color: rgb(173,17,124); }

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