#AD387C

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

Shades of Medium Red Violet #AD387C

Tints of Medium Red Violet #AD387C

Color information

#AD387C (or 0xAD387C) is unknown color: approx Medium Red Violet. HEX triplet: AD, 38 and 7C. RGB value is (173,56,124). Sum of RGB (Red+Green+Blue) = 173+56+124=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD387C is #52C783. Grayscale: #626262. Windows color (decimal): -5425028 or 8140973. OLE color: 8140973.

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

Color convert

RGB17356124-
CMYK00.680.280.32
HSL325.13º51.09%44.9%-
HSV(B)325.13º67.63%67.84%-
XYZ22.2913.1720.44-
YUV98.73142.26180.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=49.01%
G=15.86%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735612400.680.280.32325.1351.0944.9
HexAD387C0441C20145332d
Octal25570174010434405056355
Binary1010110111100011111000100010011100100000101000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD387C; }

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

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

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

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

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

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

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

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