#A1397E

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

Shades of Medium Red Violet #A1397E

Tints of Medium Red Violet #A1397E

Color information

#A1397E (or 0xA1397E) is unknown color: approx Medium Red Violet. HEX triplet: A1, 39 and 7E. RGB value is (161,57,126). Sum of RGB (Red+Green+Blue) = 161+57+126=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A1397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1397E is #5EC681. Grayscale: #5F5F5F. Windows color (decimal): -6211202 or 8272289. OLE color: 8272289.

HSL color Cylindrical-coordinate representation of color #A1397E: hue angle of 320.19º 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 #A1397E is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16157126-
CMYK00.650.220.37
HSL320.19º47.71%42.75%-
HSV(B)320.19º64.6%63.14%-
XYZ19.9312.0121.01-
YUV95.96144.96174.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=46.80%
G=16.57%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615712600.650.220.37320.1947.7142.75
HexA1397E0411625140302b
Octal24171176010126455006053
Binary1010000111100111111100100000110110100101101000000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1397E; }

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

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

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

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

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

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

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

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