#AB2987

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

Shades of Medium Red Violet #AB2987

Tints of Medium Red Violet #AB2987

Color information

#AB2987 (or 0xAB2987) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 87. RGB value is (171,41,135). Sum of RGB (Red+Green+Blue) = 171+41+135=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2987 is #54D678. Grayscale: #5A5A5A. Windows color (decimal): -5559929 or 8858027. OLE color: 8858027.

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

Color convert

RGB17141135-
CMYK00.760.210.33
HSL316.62º61.32%41.57%-
HSV(B)316.62º76.02%67.06%-
XYZ21.9611.9924.08-
YUV90.59153.07185.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=49.28%
G=11.82%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714113500.760.210.33316.6261.3241.57
HexAB298704C152113d3d2a
Octal25351207011425414757552
Binary10101011101001100001110100110010101100001100111101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2987; }

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

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

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

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

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

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

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

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