#A8387C

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

Shades of Medium Red Violet #A8387C

Tints of Medium Red Violet #A8387C

Color information

#A8387C (or 0xA8387C) is unknown color: approx Medium Red Violet. HEX triplet: A8, 38 and 7C. RGB value is (168,56,124). Sum of RGB (Red+Green+Blue) = 168+56+124=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8387C is #57C783. Grayscale: #616161. Windows color (decimal): -5752708 or 8140968. OLE color: 8140968.

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

Color convert

RGB16856124-
CMYK00.670.260.34
HSL323.57º50%43.92%-
HSV(B)323.57º66.67%65.88%-
XYZ21.212.6120.39-
YUV97.24143.11178.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=48.28%
G=16.09%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685612400.670.260.34323.575043.92
HexA8387C0431A22144322c
Octal25070174010332425046254
Binary1010100011100011111000100001111010100010101000100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8387C; }

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

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

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

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

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

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

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

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