#AB299F

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

Shades of Medium Red Violet #AB299F

Tints of Medium Red Violet #AB299F

Color information

#AB299F (or 0xAB299F) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 9F. RGB value is (171,41,159). Sum of RGB (Red+Green+Blue) = 171+41+159=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB299F is #54D660. Grayscale: #5C5C5C. Windows color (decimal): -5559905 or 10430891. OLE color: 10430891.

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

Color convert

RGB17141159-
CMYK00.760.070.33
HSL305.54º61.32%41.57%-
HSV(B)305.54º76.02%67.06%-
XYZ23.8512.7534-
YUV93.32165.07183.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 41 (16.41% from 255) = 11.05%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=46.09%
G=11.05%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714115900.760.070.33305.5461.3241.57
HexAB299F04C7211323d2a
Octal2535123701147414627552
Binary101010111010011001111101001100111100001100110010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB299F; }

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

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

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

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

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

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

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

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