#AB1487

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

Shades of Medium Violet Red #AB1487

Tints of Medium Violet Red #AB1487

Color information

#AB1487 (or 0xAB1487) is unknown color: approx Medium Violet Red. HEX triplet: AB, 14 and 87. RGB value is (171,20,135). Sum of RGB (Red+Green+Blue) = 171+20+135=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1487 is #54EB78. Grayscale: #4D4D4D. Windows color (decimal): -5565305 or 8852651. OLE color: 8852651.

HSL color Cylindrical-coordinate representation of color #AB1487: hue angle of 314.3º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1487 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17120135-
CMYK00.880.210.33
HSL314.3º79.06%37.45%-
HSV(B)314.3º88.3%67.06%-
XYZ21.4210.9123.9-
YUV78.26160.03194.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 20 (8.20% from 255) = 6.13%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=52.45%
G=6.13%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712013500.880.210.33314.379.0637.45
HexAB1487058152113a4f25
Octal253242070130254147211745
Binary10101011101001000011101011000101011000011001110101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1487; }

 p { color: rgb(171,20,135); }

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

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

 a { background-color: rgb(171,20,135); }

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

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

 span { border-color: rgb(171,20,135); }

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