#A1397C

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

Shades of Medium Red Violet #A1397C

Tints of Medium Red Violet #A1397C

Color information

#A1397C (or 0xA1397C) is unknown color: approx Medium Red Violet. HEX triplet: A1, 39 and 7C. RGB value is (161,57,124). Sum of RGB (Red+Green+Blue) = 161+57+124=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1397C is #5EC683. Grayscale: #5F5F5F. Windows color (decimal): -6211204 or 8141217. OLE color: 8141217.

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

Color convert

RGB16157124-
CMYK00.650.230.37
HSL321.35º47.71%42.75%-
HSV(B)321.35º64.6%63.14%-
XYZ19.811.9620.33-
YUV95.73143.96174.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=47.08%
G=16.67%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615712400.650.230.37321.3547.7142.75
HexA1397C0411725141302b
Octal24171174010127455016053
Binary1010000111100111111000100000110111100101101000001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1397C; }

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

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

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

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

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

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

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

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