#AB2999

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

Shades of Medium Red Violet #AB2999

Tints of Medium Red Violet #AB2999

Color information

#AB2999 (or 0xAB2999) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 99. RGB value is (171,41,153). Sum of RGB (Red+Green+Blue) = 171+41+153=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2999 is #54D666. Grayscale: #5C5C5C. Windows color (decimal): -5559911 or 10037675. OLE color: 10037675.

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

Color convert

RGB17141153-
CMYK00.760.110.33
HSL308.31º61.32%41.57%-
HSV(B)308.31º76.02%67.06%-
XYZ23.3412.5431.33-
YUV92.64162.07183.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 41 (16.41% from 255) = 11.23%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=46.85%
G=11.23%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714115300.760.110.33308.3161.3241.57
HexAB299904CB211343d2a
Octal25351231011413414647552
Binary1010101110100110011001010011001011100001100110100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2999; }

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

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

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

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

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

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

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

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