#AB1287

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

Shades of Medium Violet Red #AB1287

Tints of Medium Violet Red #AB1287

Color information

#AB1287 (or 0xAB1287) is unknown color: approx Medium Violet Red. HEX triplet: AB, 12 and 87. RGB value is (171,18,135). Sum of RGB (Red+Green+Blue) = 171+18+135=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1287 is #54ED78. Grayscale: #4C4C4C. Windows color (decimal): -5565817 or 8852139. OLE color: 8852139.

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

Color convert

RGB17118135-
CMYK00.890.210.33
HSL314.12º80.95%37.06%-
HSV(B)314.12º89.47%67.06%-
XYZ21.3810.8423.89-
YUV77.08160.69194.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 18 (7.42% from 255) = 5.56%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=52.78%
G=5.56%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711813500.890.210.33314.1280.9537.06
HexAB1287059152113a5125
Octal253222070131254147212145
Binary10101011100101000011101011001101011000011001110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1287; }

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

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

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

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

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

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

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

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