#AB2991

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

Shades of Medium Red Violet #AB2991

Tints of Medium Red Violet #AB2991

Color information

#AB2991 (or 0xAB2991) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 91. RGB value is (171,41,145). Sum of RGB (Red+Green+Blue) = 171+41+145=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2991 is #54D66E. Grayscale: #5B5B5B. Windows color (decimal): -5559919 or 9513387. OLE color: 9513387.

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

Color convert

RGB17141145-
CMYK00.760.150.33
HSL312º61.32%41.57%-
HSV(B)312º76.02%67.06%-
XYZ22.712.2927.96-
YUV91.73158.07184.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 41 (16.41% from 255) = 11.48%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=47.90%
G=11.48%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714114500.760.150.3331261.3241.57
HexAB299104CF211383d2a
Octal25351221011417414707552
Binary1010101110100110010001010011001111100001100111000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2991; }

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

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

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

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

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

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

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

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