#ab2889

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

Shades of Medium Red Violet #AB2889

Tints of Medium Red Violet #AB2889

Color information

#AB2889 (or 0xAB2889) is unknown color: approx Medium Red Violet. HEX triplet: AB, 28 and 89. RGB value is (171,40,137). Sum of RGB (Red+Green+Blue) = 171+40+137=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2889 is #54D776. Grayscale: #595959. Windows color (decimal): -5560183 or 8988843. OLE color: 8988843.

HSL color Cylindrical-coordinate representation of color #AB2889: hue angle of 315.57º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2889 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17140137-
CMYK00.770.200.33
HSL315.57º62.09%41.37%-
HSV(B)315.57º76.61%67.06%-
XYZ22.0711.9824.82-
YUV90.23154.4185.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 40 (16.02% from 255) = 11.49%
BLUE value IS 137 (53.91% from 255) = 39.37%
R=49.14%
G=11.49%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714013700.770.200.33315.5762.0941.37
HexAB288904D142113c3e29
Octal25350211011524414747651
Binary10101011101000100010010100110110100100001100111100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2889; }

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

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

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

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

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

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

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

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