#a1297c

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

Shades of Medium Red Violet #A1297C

Tints of Medium Red Violet #A1297C

Color information

#A1297C (or 0xA1297C) is unknown color: approx Medium Red Violet. HEX triplet: A1, 29 and 7C. RGB value is (161,41,124). Sum of RGB (Red+Green+Blue) = 161+41+124=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1297C is #5ED683. Grayscale: #565656. Windows color (decimal): -6215300 or 8137121. OLE color: 8137121.

HSL color Cylindrical-coordinate representation of color #A1297C: hue angle of 318.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1297C is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16141124-
CMYK00.750.230.37
HSL318.5º59.41%39.61%-
HSV(B)318.5º74.53%63.14%-
XYZ19.1310.6220.11-
YUV86.34149.26181.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=49.39%
G=12.58%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614112400.750.230.37318.559.4139.61
HexA1297C04B172513e3b28
Octal24151174011327454767350
Binary1010000110100111111000100101110111100101100111110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1297c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1297c; }

 p { color: rgb(161,41,124); }

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

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

 a { background-color: rgb(161,41,124); }

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

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

 span { border-color: rgb(161,41,124); }

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