#AB387C

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

Shades of Medium Red Violet #AB387C

Tints of Medium Red Violet #AB387C

Color information

#AB387C (or 0xAB387C) is unknown color: approx Medium Red Violet. HEX triplet: AB, 38 and 7C. RGB value is (171,56,124). Sum of RGB (Red+Green+Blue) = 171+56+124=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB387C is #54C783. Grayscale: #616161. Windows color (decimal): -5556100 or 8140971. OLE color: 8140971.

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

Color convert

RGB17156124-
CMYK00.670.270.33
HSL324.52º50.66%44.51%-
HSV(B)324.52º67.25%67.06%-
XYZ21.8512.9420.42-
YUV98.14142.6179.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 56 (22.27% from 255) = 15.95%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=48.72%
G=15.95%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715612400.670.270.33324.5250.6644.51
HexAB387C0431B21145332d
Octal25370174010333415056355
Binary1010101111100011111000100001111011100001101000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB387C; }

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

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

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

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

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

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

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

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