#AB2980

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

Shades of Medium Red Violet #AB2980

Tints of Medium Red Violet #AB2980

Color information

#AB2980 (or 0xAB2980) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 80. RGB value is (171,41,128). Sum of RGB (Red+Green+Blue) = 171+41+128=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2980 is #54D67F. Grayscale: #595959. Windows color (decimal): -5559936 or 8399275. OLE color: 8399275.

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

Color convert

RGB17141128-
CMYK00.760.250.33
HSL319.85º61.32%41.57%-
HSV(B)319.85º76.02%67.06%-
XYZ21.4811.821.57-
YUV89.79149.57185.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 41 (16.41% from 255) = 12.06%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=50.29%
G=12.06%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714112800.760.250.33319.8561.3241.57
HexAB298004C19211403d2a
Octal25351200011431415007552
Binary10101011101001100000000100110011001100001101000000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2980; }

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

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

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

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

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

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

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

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