#AB297E

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

Shades of Medium Red Violet #AB297E

Tints of Medium Red Violet #AB297E

Color information

#AB297E (or 0xAB297E) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 7E. RGB value is (171,41,126). Sum of RGB (Red+Green+Blue) = 171+41+126=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB297E is #54D681. Grayscale: #595959. Windows color (decimal): -5559938 or 8268203. OLE color: 8268203.

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

Color convert

RGB17141126-
CMYK00.760.260.33
HSL320.77º61.32%41.57%-
HSV(B)320.77º76.02%67.06%-
XYZ21.3511.7520.88-
YUV89.56148.57186.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.59%
GREEN value IS 41 (16.41% from 255) = 12.13%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=50.59%
G=12.13%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714112600.760.260.33320.7761.3241.57
HexAB297E04C1A211413d2a
Octal25351176011432415017552
Binary1010101110100111111100100110011010100001101000001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB297E; }

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

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

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

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

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

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

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

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