#AB387B

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

Shades of Medium Red Violet #AB387B

Tints of Medium Red Violet #AB387B

Color information

#AB387B (or 0xAB387B) is unknown color: approx Medium Red Violet. HEX triplet: AB, 38 and 7B. RGB value is (171,56,123). Sum of RGB (Red+Green+Blue) = 171+56+123=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB387B is #54C784. Grayscale: #616161. Windows color (decimal): -5556101 or 8075435. OLE color: 8075435.

HSL color Cylindrical-coordinate representation of color #AB387B: hue angle of 325.04º 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 #AB387B is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17156123-
CMYK00.670.280.33
HSL325.04º50.66%44.51%-
HSV(B)325.04º67.25%67.06%-
XYZ21.7812.9220.08-
YUV98.02142.1180.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=48.86%
G=16%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715612300.670.280.33325.0450.6644.51
HexAB387B0431C21145332d
Octal25370173010334415056355
Binary1010101111100011110110100001111100100001101000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB387B; }

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

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

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

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

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

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

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

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