#AB298B

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

Shades of Medium Red Violet #AB298B

Tints of Medium Red Violet #AB298B

Color information

#AB298B (or 0xAB298B) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 8B. RGB value is (171,41,139). Sum of RGB (Red+Green+Blue) = 171+41+139=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB298B is #54D674. Grayscale: #5A5A5A. Windows color (decimal): -5559925 or 9120171. OLE color: 9120171.

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

Color convert

RGB17141139-
CMYK00.760.190.33
HSL314.77º61.32%41.57%-
HSV(B)314.77º76.02%67.06%-
XYZ22.2512.1125.59-
YUV91.04155.07185.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 41 (16.41% from 255) = 11.68%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=48.72%
G=11.68%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714113900.760.190.33314.7761.3241.57
HexAB298B04C132113b3d2a
Octal25351213011423414737552
Binary10101011101001100010110100110010011100001100111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB298B; }

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

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

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

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

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

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

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

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