#AB297A

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

Shades of Medium Red Violet #AB297A

Tints of Medium Red Violet #AB297A

Color information

#AB297A (or 0xAB297A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 7A. RGB value is (171,41,122). Sum of RGB (Red+Green+Blue) = 171+41+122=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB297A is #54D685. Grayscale: #585858. Windows color (decimal): -5559942 or 8006059. OLE color: 8006059.

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

Color convert

RGB17141122-
CMYK00.760.290.33
HSL322.62º61.32%41.57%-
HSV(B)322.62º76.02%67.06%-
XYZ21.111.6519.55-
YUV89.1146.57186.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 41 (16.41% from 255) = 12.28%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=51.20%
G=12.28%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714112200.760.290.33322.6261.3241.57
HexAB297A04C1D211433d2a
Octal25351172011435415037552
Binary1010101110100111110100100110011101100001101000011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB297A; }

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

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

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

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

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

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

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

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