#AB187F

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

Shades of Medium Violet Red #AB187F

Tints of Medium Violet Red #AB187F

Color information

#AB187F (or 0xAB187F) is unknown color: approx Medium Violet Red. HEX triplet: AB, 18 and 7F. RGB value is (171,24,127). Sum of RGB (Red+Green+Blue) = 171+24+127=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB187F is #54E780. Grayscale: #4F4F4F. Windows color (decimal): -5564289 or 8329387. OLE color: 8329387.

HSL color Cylindrical-coordinate representation of color #AB187F: hue angle of 317.96º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB187F is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17124127-
CMYK00.860.260.33
HSL317.96º75.38%38.24%-
HSV(B)317.96º85.96%67.06%-
XYZ20.9510.8421.07-
YUV79.69154.7193.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 24 (9.77% from 255) = 7.45%
BLUE value IS 127 (50% from 255) = 39.44%
R=53.11%
G=7.45%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712412700.860.260.33317.9675.3838.24
HexAB187F0561A2113e4b26
Octal253301770126324147611346
Binary1010101111000111111101010110110101000011001111101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB187F; }

 p { color: rgb(171,24,127); }

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

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

 a { background-color: rgb(171,24,127); }

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

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

 span { border-color: rgb(171,24,127); }

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