#AB298E

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

Shades of Medium Red Violet #AB298E

Tints of Medium Red Violet #AB298E

Color information

#AB298E (or 0xAB298E) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 8E. RGB value is (171,41,142). Sum of RGB (Red+Green+Blue) = 171+41+142=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB298E is #54D671. Grayscale: #5B5B5B. Windows color (decimal): -5559922 or 9316779. OLE color: 9316779.

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

Color convert

RGB17141142-
CMYK00.760.170.33
HSL313.38º61.32%41.57%-
HSV(B)313.38º76.02%67.06%-
XYZ22.4712.226.76-
YUV91.38156.57184.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 41 (16.41% from 255) = 11.58%
BLUE value IS 142 (55.86% from 255) = 40.11%
R=48.31%
G=11.58%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714114200.760.170.33313.3861.3241.57
HexAB298E04C11211393d2a
Octal25351216011421414717552
Binary10101011101001100011100100110010001100001100111001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB298E; }

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

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

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

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

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

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

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

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