#AB2989

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

Shades of Medium Red Violet #AB2989

Tints of Medium Red Violet #AB2989

Color information

#AB2989 (or 0xAB2989) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 89. RGB value is (171,41,137). Sum of RGB (Red+Green+Blue) = 171+41+137=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2989 is #54D676. Grayscale: #5A5A5A. Windows color (decimal): -5559927 or 8989099. OLE color: 8989099.

HSL color Cylindrical-coordinate representation of color #AB2989: hue angle of 315.69º 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 #AB2989 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17141137-
CMYK00.760.200.33
HSL315.69º61.32%41.57%-
HSV(B)315.69º76.02%67.06%-
XYZ22.112.0524.83-
YUV90.81154.07185.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=49.00%
G=11.75%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714113700.760.200.33315.6961.3241.57
HexAB298904C142113c3d2a
Octal25351211011424414747552
Binary10101011101001100010010100110010100100001100111100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2989; }

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

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

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

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

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

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

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

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