#AB2984

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

Shades of Medium Red Violet #AB2984

Tints of Medium Red Violet #AB2984

Color information

#AB2984 (or 0xAB2984) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 84. RGB value is (171,41,132). Sum of RGB (Red+Green+Blue) = 171+41+132=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2984 is #54D67B. Grayscale: #5A5A5A. Windows color (decimal): -5559932 or 8661419. OLE color: 8661419.

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

Color convert

RGB17141132-
CMYK00.760.230.33
HSL318º61.32%41.57%-
HSV(B)318º76.02%67.06%-
XYZ21.7511.9122.98-
YUV90.24151.57185.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.71%
GREEN value IS 41 (16.41% from 255) = 11.92%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=49.71%
G=11.92%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714113200.760.230.3331861.3241.57
HexAB298404C172113e3d2a
Octal25351204011427414767552
Binary10101011101001100001000100110010111100001100111110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2984; }

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

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

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

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

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

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

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

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