#ab2f87

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

Shades of Medium Red Violet #AB2F87

Tints of Medium Red Violet #AB2F87

Color information

#AB2F87 (or 0xAB2F87) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2F and 87. RGB value is (171,47,135). Sum of RGB (Red+Green+Blue) = 171+47+135=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2F87 is #54D078. Grayscale: #5D5D5D. Windows color (decimal): -5558393 or 8859563. OLE color: 8859563.

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

Color convert

RGB17147135-
CMYK00.730.210.33
HSL317.42º56.88%42.75%-
HSV(B)317.42º72.51%67.06%-
XYZ22.1812.4424.15-
YUV94.11151.08182.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 47 (18.75% from 255) = 13.31%
BLUE value IS 135 (53.12% from 255) = 38.24%
R=48.44%
G=13.31%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714713500.730.210.33317.4256.8842.75
HexAB2F87049152113d392b
Octal25357207011125414757153
Binary10101011101111100001110100100110101100001100111101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2f87; }

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

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

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

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

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

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

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

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